#FE10C5

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

Shades of Shocking Pink #FE10C5

Tints of Shocking Pink #FE10C5

Color information

#FE10C5 (or 0xFE10C5) is unknown color: approx Shocking Pink. HEX triplet: FE, 10 and C5. RGB value is (254,16,197). Sum of RGB (Red+Green+Blue) = 254+16+197=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 16 (6.64% from 255 or 3.43% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE10C5 is #01EF3A. Grayscale: #6B6B6B. Windows color (decimal): -126779 or 12914942. OLE color: 12914942.

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

Color convert

RGB25416197-
CMYK00.940.220.00
HSL314.37º99.17%52.94%-
HSV(B)314.37º93.7%99.61%-
XYZ51.1425.4755.04-
YUV107.8178.35232.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.39%
GREEN value IS 16 (6.64% from 255) = 3.43%
BLUE value IS 197 (77.34% from 255) = 42.18%
R=54.39%
G=3.43%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541619700.940.220.00314.3799.1752.94
HexFE10C505E16013a6335
Octal37620305013626047214365
Binary111111101000011000101010111101011001001110101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE10C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE10C5; }

 p { color: rgb(254,16,197); }

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

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

 a { background-color: rgb(254,16,197); }

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

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

 span { border-color: rgb(254,16,197); }

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