Html Css Color HEX #FE19D9 Shocking Pink

📋 copy color: '#FE19D9'

red 254 ◦ green 25 ◦ blue 217

#FE19D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #FE19D9

Tints of Shocking Pink #FE19D9

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 value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE19D9 (or 0xFE19D9) is known color: 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

RGB 254 25 217 -
CMYK 0 0.90 0.15 0.00
HSL 309.69º 0.99% 0.55% -
HSV(B) 309.69º 0.9% 1% -
XYZ 53.75 26.78 67.98 -
YUV 115.36 185.37 226.89 -
System Red Green Blue C M Y K H S L
Decimal 254 25 217 0 0.90 0.15 0.00 309.69 0.99 0.55
Hex FE 19 D9 0 5A F 0 136 63 37
Octal 376 31 331 0 132 17 0 466 143 67
Binary 11111110 11001 11011001 0 1011010 1111 0 100110110 1100011 110111

Color Harmonies of #FE19D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE19D9

Black with #FE19D9

Text Example


Text Example

White with #FE19D9

Text Example


Text Example

HTML Codes & Css Web 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>