#FE11C2

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

Shades of Shocking Pink #FE11C2

Tints of Shocking Pink #FE11C2

Color information

#FE11C2 (or 0xFE11C2) is unknown color: approx Shocking Pink. HEX triplet: FE, 11 and C2. RGB value is (254,17,194). Sum of RGB (Red+Green+Blue) = 254+17+194=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 17 (7.03% from 255 or 3.66% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE11C2 is #01EE3D. Grayscale: #6B6B6B. Windows color (decimal): -126526 or 12718590. OLE color: 12718590.

HSL color Cylindrical-coordinate representation of color #FE11C2: hue angle of 315.19º 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 #FE11C2 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB25417194-
CMYK00.930.240.00
HSL315.19º99.16%53.14%-
HSV(B)315.19º93.31%99.61%-
XYZ50.8125.3753.26-
YUV108.04176.52232.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.62%
GREEN value IS 17 (7.03% from 255) = 3.66%
BLUE value IS 194 (76.17% from 255) = 41.72%
R=54.62%
G=3.66%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541719400.930.240.00315.1999.1653.14
HexFE11C205D18013b6335
Octal37621302013530047314365
Binary111111101000111000010010111011100001001110111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE11C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE11C2; }

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

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

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

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

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

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

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

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