#F94A86

Color #F94A86 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #F94A86

Tints of French Rose #F94A86

Color information

#F94A86 (or 0xF94A86) is unknown color: approx French Rose. HEX triplet: F9, 4A and 86. RGB value is (249,74,134). Sum of RGB (Red+Green+Blue) = 249+74+134=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94A86 is #06B579. Grayscale: #858585. Windows color (decimal): -439674 or 8801017. OLE color: 8801017.

HSL color Cylindrical-coordinate representation of color #F94A86: hue angle of 339.43º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94A86 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB24974134-
CMYK00.700.460.02
HSL339.43º93.58%63.33%-
HSV(B)339.43º70.28%97.65%-
XYZ45.8226.7625.3-
YUV133.16128.48210.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 54.49%
GREEN value IS 74 (29.30% from 255) = 16.19%
BLUE value IS 134 (52.73% from 255) = 29.32%
R=54.49%
G=16.19%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497413400.700.460.02339.4393.5863.33
HexF94A860462E21535e3f
Octal371112206010656252313677
Binary1111100110010101000011001000110101110101010100111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94A86; }

 p { color: rgb(249,74,134); }

 H1.HeaderClassName
 {
   color: #F94A86;
 }
 .AnyTagClassName
 {
   color: #F94A86;
 }
</style>
background-color css

<style>
 a { background-color: #F94A86; }

 a { background-color: rgb(249,74,134); }

 div.DivClassName
 {
   background-color: #F94A86;
 }
 .BgClassName
 {
   background-color: #F94A86;
 }
</style>
border-color css

<style>
 span { border-color: #F94A86; }

 span { border-color: rgb(249,74,134); }

 td.TdClassName
 {
   border-color: #F94A86;
 }
 .TagClassName
 {
   border-color: #F94A86;
 }
</style>