#F11A96

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

Shades of Deep Pink #F11A96

Tints of Deep Pink #F11A96

Color information

#F11A96 (or 0xF11A96) is unknown color: approx Deep Pink. HEX triplet: F1, 1A and 96. RGB value is (241,26,150). Sum of RGB (Red+Green+Blue) = 241+26+150=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11A96 is #0EE569. Grayscale: #686868. Windows color (decimal): -976234 or 9837297. OLE color: 9837297.

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

Color convert

RGB24126150-
CMYK00.890.380.05
HSL325.4º88.48%52.35%-
HSV(B)325.4º89.21%94.51%-
XYZ42.1521.6430.81-
YUV104.42153.73225.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.79%
GREEN value IS 26 (10.55% from 255) = 6.24%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=57.79%
G=6.24%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412615000.890.380.05325.488.4852.35
HexF11A960592651455834
Octal36132226013146550513064
Binary111100011101010010110010110011001101011010001011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11A96; }

 p { color: rgb(241,26,150); }

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

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

 a { background-color: rgb(241,26,150); }

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

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

 span { border-color: rgb(241,26,150); }

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