#F15D90

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

Shades of French Rose #F15D90

Tints of French Rose #F15D90

Color information

#F15D90 (or 0xF15D90) is unknown color: approx French Rose. HEX triplet: F1, 5D and 90. RGB value is (241,93,144). Sum of RGB (Red+Green+Blue) = 241+93+144=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15D90 is #0EA26F. Grayscale: #8F8F8F. Windows color (decimal): -959088 or 9461233. OLE color: 9461233.

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

Color convert

RGB24193144-
CMYK00.610.400.05
HSL339.32º84.09%65.49%-
HSV(B)339.32º61.41%94.51%-
XYZ45.2228.5429.51-
YUV143.07128.53197.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.42%
GREEN value IS 93 (36.72% from 255) = 19.46%
BLUE value IS 144 (56.64% from 255) = 30.13%
R=50.42%
G=19.46%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419314400.610.400.05339.3284.0965.49
HexF15D9003D2851535441
Octal361135220075505523124101
Binary11110001101110110010000011110110100010110101001110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15D90; }

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

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

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

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

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

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

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

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