#F95187

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

Shades of French Rose #F95187

Tints of French Rose #F95187

Color information

#F95187 (or 0xF95187) is unknown color: approx French Rose. HEX triplet: F9, 51 and 87. RGB value is (249,81,135). Sum of RGB (Red+Green+Blue) = 249+81+135=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F95187 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95187 is #06AE78. Grayscale: #898989. Windows color (decimal): -437881 or 8868345. OLE color: 8868345.

HSL color Cylindrical-coordinate representation of color #F95187: hue angle of 340.71º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F95187 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB24981135-
CMYK00.670.460.02
HSL340.71º93.33%64.71%-
HSV(B)340.71º67.47%97.65%-
XYZ46.3827.7725.84-
YUV137.39126.66207.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.55%
GREEN value IS 81 (32.03% from 255) = 17.42%
BLUE value IS 135 (53.12% from 255) = 29.03%
R=53.55%
G=17.42%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498113500.670.460.02340.7193.3364.71
HexF951870432E21555d41
Octal3711212070103562525135101
Binary11111001101000110000111010000111011101010101010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95187; }

 p { color: rgb(249,81,135); }

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

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

 a { background-color: rgb(249,81,135); }

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

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

 span { border-color: rgb(249,81,135); }

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