#F85188

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

Shades of French Rose #F85188

Tints of French Rose #F85188

Color information

#F85188 (or 0xF85188) is unknown color: approx French Rose. HEX triplet: F8, 51 and 88. RGB value is (248,81,136). Sum of RGB (Red+Green+Blue) = 248+81+136=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F85188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85188 is #07AE77. Grayscale: #898989. Windows color (decimal): -503416 or 8933880. OLE color: 8933880.

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

Color convert

RGB24881136-
CMYK00.670.450.03
HSL340.24º92.27%64.51%-
HSV(B)340.24º67.34%97.25%-
XYZ46.127.6226.19-
YUV137.2127.33207.03-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.33%
GREEN value IS 81 (32.03% from 255) = 17.42%
BLUE value IS 136 (53.52% from 255) = 29.25%
R=53.33%
G=17.42%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488113600.670.450.03340.2492.2764.51
HexF851880432D31545c41
Octal3701212100103553524134101
Binary11111000101000110001000010000111011011110101010010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85188; }

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

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

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

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

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

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

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

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