#F15991

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

Shades of French Rose #F15991

Tints of French Rose #F15991

Color information

#F15991 (or 0xF15991) is unknown color: approx French Rose. HEX triplet: F1, 59 and 91. RGB value is (241,89,145). Sum of RGB (Red+Green+Blue) = 241+89+145=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F15991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15991 is #0EA66E. Grayscale: #8C8C8C. Windows color (decimal): -960111 or 9525745. OLE color: 9525745.

HSL color Cylindrical-coordinate representation of color #F15991: hue angle of 337.89º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15991 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB24189145-
CMYK00.630.400.05
HSL337.89º84.44%64.71%-
HSV(B)337.89º63.07%94.51%-
XYZ44.9627.8929.8-
YUV140.83130.36199.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.74%
GREEN value IS 89 (35.16% from 255) = 18.74%
BLUE value IS 145 (57.03% from 255) = 30.53%
R=50.74%
G=18.74%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418914500.630.400.05337.8984.4464.71
HexF1599103F2851525441
Octal361131221077505522124101
Binary11110001101100110010001011111110100010110101001010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15991; }

 p { color: rgb(241,89,145); }

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

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

 a { background-color: rgb(241,89,145); }

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

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

 span { border-color: rgb(241,89,145); }

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