#F95387

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

Shades of French Rose #F95387

Tints of French Rose #F95387

Color information

#F95387 (or 0xF95387) is unknown color: approx French Rose. HEX triplet: F9, 53 and 87. RGB value is (249,83,135). Sum of RGB (Red+Green+Blue) = 249+83+135=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F95387 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95387 is #06AC78. Grayscale: #8A8A8A. Windows color (decimal): -437369 or 8868857. OLE color: 8868857.

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

Color convert

RGB24983135-
CMYK00.670.460.02
HSL341.2º93.26%65.1%-
HSV(B)341.2º66.67%97.65%-
XYZ46.5328.0825.89-
YUV138.56126206.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.32%
GREEN value IS 83 (32.81% from 255) = 17.77%
BLUE value IS 135 (53.12% from 255) = 28.91%
R=53.32%
G=17.77%
B=28.91%

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
Decimal2498313500.670.460.02341.293.2665.1
HexF953870432E21555d41
Octal3711232070103562525135101
Binary11111001101001110000111010000111011101010101010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95387; }

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

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

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

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

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

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

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

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