#F11597

Color #F11597 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F11597

Tints of Deep Pink #F11597

Color information

#F11597 (or 0xF11597) is unknown color: approx Deep Pink. HEX triplet: F1, 15 and 97. RGB value is (241,21,151). Sum of RGB (Red+Green+Blue) = 241+21+151=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F11597 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11597 is #0EEA68. Grayscale: #656565. Windows color (decimal): -977513 or 9901553. OLE color: 9901553.

HSL color Cylindrical-coordinate representation of color #F11597: hue angle of 324.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11597 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB24121151-
CMYK00.910.370.05
HSL324.55º88.71%51.37%-
HSV(B)324.55º91.29%94.51%-
XYZ42.1321.4731.2-
YUV101.6155.89227.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.35%
GREEN value IS 21 (8.59% from 255) = 5.08%
BLUE value IS 151 (59.38% from 255) = 36.56%
R=58.35%
G=5.08%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412115100.910.370.05324.5588.7151.37
HexF1159705B2551455933
Octal36125227013345550513163
Binary111100011010110010111010110111001011011010001011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11597; }

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

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

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

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

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

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

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

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