#F15197

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

Shades of French Rose #F15197

Tints of French Rose #F15197

Color information

#F15197 (or 0xF15197) is unknown color: approx French Rose. HEX triplet: F1, 51 and 97. RGB value is (241,81,151). Sum of RGB (Red+Green+Blue) = 241+81+151=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F15197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15197 is #0EAE68. Grayscale: #888888. Windows color (decimal): -962153 or 9916913. OLE color: 9916913.

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

Color convert

RGB24181151-
CMYK00.660.370.05
HSL333.75º85.11%63.14%-
HSV(B)333.75º66.39%94.51%-
XYZ44.826.8232.09-
YUV136.82136.01202.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.95%
GREEN value IS 81 (32.03% from 255) = 17.12%
BLUE value IS 151 (59.38% from 255) = 31.92%
R=50.95%
G=17.12%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418115100.660.370.05333.7585.1163.14
HexF1519704225514e553f
Octal361121227010245551612577
Binary11110001101000110010111010000101001011011010011101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15197; }

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

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

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

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

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

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

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

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