#F85182

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

Shades of French Rose #F85182

Tints of French Rose #F85182

Color information

#F85182 (or 0xF85182) is unknown color: approx French Rose. HEX triplet: F8, 51 and 82. RGB value is (248,81,130). Sum of RGB (Red+Green+Blue) = 248+81+130=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F85182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85182 is #07AE7D. Grayscale: #888888. Windows color (decimal): -503422 or 8540664. OLE color: 8540664.

HSL color Cylindrical-coordinate representation of color #F85182: hue angle of 342.4º 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 #F85182 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB24881130-
CMYK00.670.480.03
HSL342.4º92.27%64.51%-
HSV(B)342.4º67.34%97.25%-
XYZ45.6827.4524.01-
YUV136.52124.33207.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.03%
GREEN value IS 81 (32.03% from 255) = 17.65%
BLUE value IS 130 (51.17% from 255) = 28.32%
R=54.03%
G=17.65%
B=28.32%

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
Decimal2488113000.670.480.03342.492.2764.51
HexF851820433031565c41
Octal3701212020103603526134101
Binary11111000101000110000010010000111100001110101011010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85182; }

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

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

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

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

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

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

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

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