#F15497

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

Shades of French Rose #F15497

Tints of French Rose #F15497

Color information

#F15497 (or 0xF15497) is unknown color: approx French Rose. HEX triplet: F1, 54 and 97. RGB value is (241,84,151). Sum of RGB (Red+Green+Blue) = 241+84+151=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F15497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15497 is #0EAB68. Grayscale: #8A8A8A. Windows color (decimal): -961385 or 9917681. OLE color: 9917681.

HSL color Cylindrical-coordinate representation of color #F15497: hue angle of 334.39º 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 #F15497 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB24184151-
CMYK00.650.370.05
HSL334.39º84.86%63.73%-
HSV(B)334.39º65.15%94.51%-
XYZ45.0327.2832.17-
YUV138.58135.01201.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.63%
GREEN value IS 84 (33.20% from 255) = 17.65%
BLUE value IS 151 (59.38% from 255) = 31.72%
R=50.63%
G=17.65%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418415100.650.370.05334.3984.8663.73
HexF1549704125514e5540
Octal3611242270101455516125100
Binary111100011010100100101110100000110010110110100111010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15497; }

 p { color: rgb(241,84,151); }

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

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

 a { background-color: rgb(241,84,151); }

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

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

 span { border-color: rgb(241,84,151); }

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