#F15490

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

Shades of French Rose #F15490

Tints of French Rose #F15490

Color information

#F15490 (or 0xF15490) is unknown color: approx French Rose. HEX triplet: F1, 54 and 90. RGB value is (241,84,144). Sum of RGB (Red+Green+Blue) = 241+84+144=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F15490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15490 is #0EAB6F. Grayscale: #898989. Windows color (decimal): -961392 or 9458929. OLE color: 9458929.

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

Color convert

RGB24184144-
CMYK00.650.400.05
HSL337.07º84.86%63.73%-
HSV(B)337.07º65.15%94.51%-
XYZ44.4827.0629.26-
YUV137.78131.51201.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.39%
GREEN value IS 84 (33.20% from 255) = 17.91%
BLUE value IS 144 (56.64% from 255) = 30.70%
R=51.39%
G=17.91%
B=30.70%

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
Decimal2418414400.650.400.05337.0784.8663.73
HexF154900412851515540
Octal3611242200101505521125100
Binary111100011010100100100000100000110100010110101000110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15490; }

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

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

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

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

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

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

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

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