#F11AD2

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

Shades of Shocking Pink #F11AD2

Tints of Shocking Pink #F11AD2

Color information

#F11AD2 (or 0xF11AD2) is unknown color: approx Shocking Pink. HEX triplet: F1, 1A and D2. RGB value is (241,26,210). Sum of RGB (Red+Green+Blue) = 241+26+210=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11AD2 is #0EE52D. Grayscale: #6E6E6E. Windows color (decimal): -976174 or 13769457. OLE color: 13769457.

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

Color convert

RGB24126210-
CMYK00.890.130.05
HSL308.65º88.48%52.35%-
HSV(B)308.65º89.21%94.51%-
XYZ48.2824.0963.08-
YUV111.26183.73220.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.52%
GREEN value IS 26 (10.55% from 255) = 5.45%
BLUE value IS 210 (82.42% from 255) = 44.03%
R=50.52%
G=5.45%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412621000.890.130.05308.6588.4852.35
HexF11AD2059D51355834
Octal36132322013115546513064
Binary1111000111010110100100101100111011011001101011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11AD2; }

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

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

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

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

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

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

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

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