#F15190

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

Shades of French Rose #F15190

Tints of French Rose #F15190

Color information

#F15190 (or 0xF15190) is unknown color: approx French Rose. HEX triplet: F1, 51 and 90. RGB value is (241,81,144). Sum of RGB (Red+Green+Blue) = 241+81+144=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F15190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15190 is #0EAE6F. Grayscale: #878787. Windows color (decimal): -962160 or 9458161. OLE color: 9458161.

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

Color convert

RGB24181144-
CMYK00.660.400.05
HSL336.38º85.11%63.14%-
HSV(B)336.38º66.39%94.51%-
XYZ44.2526.629.19-
YUV136.02132.51202.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.72%
GREEN value IS 81 (32.03% from 255) = 17.38%
BLUE value IS 144 (56.64% from 255) = 30.90%
R=51.72%
G=17.38%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418114400.660.400.05336.3885.1163.14
HexF15190042285150553f
Octal361121220010250552012577
Binary11110001101000110010000010000101010001011010100001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15190; }

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

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

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

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

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

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

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

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