#FE21C3

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

Shades of Shocking Pink #FE21C3

Tints of Shocking Pink #FE21C3

Color information

#FE21C3 (or 0xFE21C3) is unknown color: approx Shocking Pink. HEX triplet: FE, 21 and C3. RGB value is (254,33,195). Sum of RGB (Red+Green+Blue) = 254+33+195=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 33 (13.28% from 255 or 6.85% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE21C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE21C3 is #01DE3C. Grayscale: #757575. Windows color (decimal): -122429 or 12788222. OLE color: 12788222.

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

Color convert

RGB25433195-
CMYK00.870.230.00
HSL316.02º99.1%56.27%-
HSV(B)316.02º87.01%99.61%-
XYZ51.2726.153.97-
YUV117.55171.72225.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.70%
GREEN value IS 33 (13.28% from 255) = 6.85%
BLUE value IS 195 (76.56% from 255) = 40.46%
R=52.70%
G=6.85%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543319500.870.230.00316.0299.156.27
HexFE21C305717013c6338
Octal37641303012727047414370
Binary1111111010000111000011010101111011101001111001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE21C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE21C3; }

 p { color: rgb(254,33,195); }

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

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

 a { background-color: rgb(254,33,195); }

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

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

 span { border-color: rgb(254,33,195); }

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