#F74986

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

Shades of French Rose #F74986

Tints of French Rose #F74986

Color information

#F74986 (or 0xF74986) is unknown color: approx French Rose. HEX triplet: F7, 49 and 86. RGB value is (247,73,134). Sum of RGB (Red+Green+Blue) = 247+73+134=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F74986 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74986 is #08B679. Grayscale: #838383. Windows color (decimal): -571002 or 8800759. OLE color: 8800759.

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

Color convert

RGB24773134-
CMYK00.700.460.03
HSL338.97º91.58%62.75%-
HSV(B)338.97º70.45%96.86%-
XYZ45.0426.2625.25-
YUV131.98129.15210.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.41%
GREEN value IS 73 (28.91% from 255) = 16.08%
BLUE value IS 134 (52.73% from 255) = 29.52%
R=54.41%
G=16.08%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477313400.700.460.03338.9791.5862.75
HexF749860462E31535c3f
Octal367111206010656352313477
Binary1111011110010011000011001000110101110111010100111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74986; }

 p { color: rgb(247,73,134); }

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

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

 a { background-color: rgb(247,73,134); }

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

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

 span { border-color: rgb(247,73,134); }

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