#FE11C6

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

Shades of Shocking Pink #FE11C6

Tints of Shocking Pink #FE11C6

Color information

#FE11C6 (or 0xFE11C6) is unknown color: approx Shocking Pink. HEX triplet: FE, 11 and C6. RGB value is (254,17,198). Sum of RGB (Red+Green+Blue) = 254+17+198=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE11C6 is #01EE39. Grayscale: #6C6C6C. Windows color (decimal): -126522 or 12980734. OLE color: 12980734.

HSL color Cylindrical-coordinate representation of color #FE11C6: hue angle of 314.18º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE11C6 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB25417198-
CMYK00.930.220.00
HSL314.18º99.16%53.14%-
HSV(B)314.18º93.31%99.61%-
XYZ51.2725.5555.66-
YUV108.5178.52231.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.16%
GREEN value IS 17 (7.03% from 255) = 3.62%
BLUE value IS 198 (77.73% from 255) = 42.22%
R=54.16%
G=3.62%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541719800.930.220.00314.1899.1653.14
HexFE11C605D16013a6335
Octal37621306013526047214365
Binary111111101000111000110010111011011001001110101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE11C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE11C6; }

 p { color: rgb(254,17,198); }

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

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

 a { background-color: rgb(254,17,198); }

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

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

 span { border-color: rgb(254,17,198); }

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