#F85790

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

Shades of French Rose #F85790

Tints of French Rose #F85790

Color information

#F85790 (or 0xF85790) is unknown color: approx French Rose. HEX triplet: F8, 57 and 90. RGB value is (248,87,144). Sum of RGB (Red+Green+Blue) = 248+87+144=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F85790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85790 is #07A86F. Grayscale: #8D8D8D. Windows color (decimal): -501872 or 9459704. OLE color: 9459704.

HSL color Cylindrical-coordinate representation of color #F85790: hue angle of 338.76º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F85790 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB24887144-
CMYK00.650.420.03
HSL338.76º92%65.69%-
HSV(B)338.76º64.92%97.25%-
XYZ47.1528.7929.46-
YUV141.64129.34203.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.77%
GREEN value IS 87 (34.38% from 255) = 18.16%
BLUE value IS 144 (56.64% from 255) = 30.06%
R=51.77%
G=18.16%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488714400.650.420.03338.769265.69
HexF857900412A31535c42
Octal3701272200101523523134102
Binary11111000101011110010000010000011010101110101001110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85790; }

 p { color: rgb(248,87,144); }

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

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

 a { background-color: rgb(248,87,144); }

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

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

 span { border-color: rgb(248,87,144); }

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