#FE11C0

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

Shades of Shocking Pink #FE11C0

Tints of Shocking Pink #FE11C0

Color information

#FE11C0 (or 0xFE11C0) is unknown color: approx Shocking Pink. HEX triplet: FE, 11 and C0. RGB value is (254,17,192). Sum of RGB (Red+Green+Blue) = 254+17+192=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 17 (7.03% from 255 or 3.67% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE11C0 is #01EE3F. Grayscale: #6B6B6B. Windows color (decimal): -126528 or 12587518. OLE color: 12587518.

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

Color convert

RGB25417192-
CMYK00.930.240.00
HSL315.7º99.16%53.14%-
HSV(B)315.7º93.31%99.61%-
XYZ50.5925.2852.08-
YUV107.81175.52232.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.86%
GREEN value IS 17 (7.03% from 255) = 3.67%
BLUE value IS 192 (75.39% from 255) = 41.47%
R=54.86%
G=3.67%
B=41.47%

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
Decimal2541719200.930.240.00315.799.1653.14
HexFE11C005D18013c6335
Octal37621300013530047414365
Binary111111101000111000000010111011100001001111001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE11C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE11C0; }

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

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

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

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

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

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

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

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