#FE19D5

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

Shades of Shocking Pink #FE19D5

Tints of Shocking Pink #FE19D5

Color information

#FE19D5 (or 0xFE19D5) is unknown color: approx Shocking Pink. HEX triplet: FE, 19 and D5. RGB value is (254,25,213). Sum of RGB (Red+Green+Blue) = 254+25+213=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 25 (10.16% from 255 or 5.08% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE19D5 is #01E62A. Grayscale: #727272. Windows color (decimal): -124459 or 13965822. OLE color: 13965822.

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

Color convert

RGB25425213-
CMYK00.900.160.00
HSL310.74º99.13%54.71%-
HSV(B)310.74º90.16%99.61%-
XYZ53.2326.5765.27-
YUV114.9183.37227.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.63%
GREEN value IS 25 (10.16% from 255) = 5.08%
BLUE value IS 213 (83.59% from 255) = 43.29%
R=51.63%
G=5.08%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542521300.900.160.00310.7499.1354.71
HexFE19D505A1001376337
Octal37631325013220046714367
Binary111111101100111010101010110101000001001101111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE19D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE19D5; }

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

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

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

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

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

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

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

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