#F15591

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

Shades of French Rose #F15591

Tints of French Rose #F15591

Color information

#F15591 (or 0xF15591) is unknown color: approx French Rose. HEX triplet: F1, 55 and 91. RGB value is (241,85,145). Sum of RGB (Red+Green+Blue) = 241+85+145=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F15591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15591 is #0EAA6E. Grayscale: #8A8A8A. Windows color (decimal): -961135 or 9524721. OLE color: 9524721.

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

Color convert

RGB24185145-
CMYK00.650.400.05
HSL336.92º84.78%63.92%-
HSV(B)336.92º64.73%94.51%-
XYZ44.6327.2429.69-
YUV138.48131.68201.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.17%
GREEN value IS 85 (33.59% from 255) = 18.05%
BLUE value IS 145 (57.03% from 255) = 30.79%
R=51.17%
G=18.05%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418514500.650.400.05336.9284.7863.92
HexF155910412851515540
Octal3611252210101505521125100
Binary111100011010101100100010100000110100010110101000110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15591; }

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

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

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

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

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

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

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

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