Html Css Color HEX #FE1AD9 Shocking Pink

📋 copy color: '#FE1AD9'

red 254 ◦ green 26 ◦ blue 217

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

Shades of Shocking Pink #FE1AD9

Tints of Shocking Pink #FE1AD9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.23%

 BLUE value IS 217 (85.16% from 255) = 43.66%

R = 51.11%
G = 5.23%
B = 43.66%

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

#FE1AD9 (or 0xFE1AD9) is known color: Shocking Pink. HEX triplet: FE, 1A and D9. RGB value is (254,26,217). Sum of RGB (Red+Green+Blue) = 254+26+217=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 26 (10.55% from 255 or 5.23% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1AD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1AD9 is #01E526. Grayscale: #737373. Windows color (decimal): -124199 or 14228222. OLE color: 14228222.

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

Color convert

RGB 254 26 217 -
CMYK 0 0.90 0.15 0.00
HSL 309.74º 0.99% 0.55% -
HSV(B) 309.74º 0.9% 1% -
XYZ 53.77 26.82 67.99 -
YUV 115.95 185.04 226.47 -
System Red Green Blue C M Y K H S L
Decimal 254 26 217 0 0.90 0.15 0.00 309.74 0.99 0.55
Hex FE 1A D9 0 5A F 0 136 63 37
Octal 376 32 331 0 132 17 0 466 143 67
Binary 11111110 11010 11011001 0 1011010 1111 0 100110110 1100011 110111

Color Harmonies of #FE1AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1AD9

Black with #FE1AD9

Text Example


Text Example

White with #FE1AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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