#FE19D9

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

Shades of Shocking Pink #FE19D9

Tints of Shocking Pink #FE19D9

Color information

#FE19D9 (or 0xFE19D9) is unknown color: approx Shocking Pink. HEX triplet: FE, 19 and D9. RGB value is (254,25,217). Sum of RGB (Red+Green+Blue) = 254+25+217=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 25 (10.16% from 255 or 5.04% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE19D9 is #01E626. Grayscale: #727272. Windows color (decimal): -124455 or 14227966. OLE color: 14227966.

HSL color Cylindrical-coordinate representation of color #FE19D9: hue angle of 309.69º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE19D9 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB25425217-
CMYK00.900.150.00
HSL309.69º99.13%54.71%-
HSV(B)309.69º90.16%99.61%-
XYZ53.7526.7867.98-
YUV115.36185.37226.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.21%
GREEN value IS 25 (10.16% from 255) = 5.04%
BLUE value IS 217 (85.16% from 255) = 43.75%
R=51.21%
G=5.04%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542521700.900.150.00309.6999.1354.71
HexFE19D905AF01366337
Octal37631331013217046614367
Binary11111110110011101100101011010111101001101101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE19D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE19D9; }

 p { color: rgb(254,25,217); }

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

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

 a { background-color: rgb(254,25,217); }

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

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

 span { border-color: rgb(254,25,217); }

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