#F85181

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

Shades of French Rose #F85181

Tints of French Rose #F85181

Color information

#F85181 (or 0xF85181) is unknown color: approx French Rose. HEX triplet: F8, 51 and 81. RGB value is (248,81,129). Sum of RGB (Red+Green+Blue) = 248+81+129=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F85181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85181 is #07AE7E. Grayscale: #888888. Windows color (decimal): -503423 or 8475128. OLE color: 8475128.

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

Color convert

RGB24881129-
CMYK00.670.480.03
HSL342.75º92.27%64.51%-
HSV(B)342.75º67.34%97.25%-
XYZ45.6227.4323.66-
YUV136.4123.83207.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.15%
GREEN value IS 81 (32.03% from 255) = 17.69%
BLUE value IS 129 (50.78% from 255) = 28.17%
R=54.15%
G=17.69%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488112900.670.480.03342.7592.2764.51
HexF851810433031575c41
Octal3701212010103603527134101
Binary11111000101000110000001010000111100001110101011110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85181; }

 p { color: rgb(248,81,129); }

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

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

 a { background-color: rgb(248,81,129); }

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

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

 span { border-color: rgb(248,81,129); }

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