Html Css Color HEX #FE19D1 Shocking Pink

📋 copy color: '#FE19D1'

red 254 ◦ green 25 ◦ blue 209

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

Shades of Shocking Pink #FE19D1

Tints of Shocking Pink #FE19D1

RGB

 RED value IS 254 (99.61% from 255) = 52.05%

 GREEN value IS 25 (10.16% from 255) = 5.12%

 BLUE value IS 209 (82.03% from 255) = 42.83%

R = 52.05%
G = 5.12%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE19D1 (or 0xFE19D1) is known color: Shocking Pink. HEX triplet: FE, 19 and D1. RGB value is (254,25,209). Sum of RGB (Red+Green+Blue) = 254+25+209=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 25 (10.16% from 255 or 5.12% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE19D1 is #01E62E. Grayscale: #717171. Windows color (decimal): -124463 or 13703678. OLE color: 13703678.

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

Color convert

RGB 254 25 209 -
CMYK 0 0.90 0.18 0.00
HSL 311.79º 0.99% 0.55% -
HSV(B) 311.79º 0.9% 1% -
XYZ 52.73 26.37 62.63 -
YUV 114.45 181.37 227.54 -
System Red Green Blue C M Y K H S L
Decimal 254 25 209 0 0.90 0.18 0.00 311.79 0.99 0.55
Hex FE 19 D1 0 5A 12 0 138 63 37
Octal 376 31 321 0 132 22 0 470 143 67
Binary 11111110 11001 11010001 0 1011010 10010 0 100111000 1100011 110111

Color Harmonies of #FE19D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE19D1

Black with #FE19D1

Text Example


Text Example

White with #FE19D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE19D1; }

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

 H1.HeaderClassName
 {
   color: #FE19D1;
 }
 .AnyTagClassName
 {
   color: #FE19D1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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