Html Css Color HEX #FE1AD5 Shocking Pink

📋 copy color: '#FE1AD5'

red 254 ◦ green 26 ◦ blue 213

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

Shades of Shocking Pink #FE1AD5

Tints of Shocking Pink #FE1AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.2%

R = 51.52%
G = 5.27%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE1AD5 (or 0xFE1AD5) is known color: Shocking Pink. HEX triplet: FE, 1A and D5. RGB value is (254,26,213). Sum of RGB (Red+Green+Blue) = 254+26+213=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 26 (10.55% from 255 or 5.27% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1AD5 is #01E52A. Grayscale: #727272. Windows color (decimal): -124203 or 13966078. OLE color: 13966078.

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

Color convert

RGB 254 26 213 -
CMYK 0 0.90 0.16 0.00
HSL 310.79º 0.99% 0.55% -
HSV(B) 310.79º 0.9% 1% -
XYZ 53.25 26.61 65.28 -
YUV 115.49 183.04 226.79 -
System Red Green Blue C M Y K H S L
Decimal 254 26 213 0 0.90 0.16 0.00 310.79 0.99 0.55
Hex FE 1A D5 0 5A 10 0 137 63 37
Octal 376 32 325 0 132 20 0 467 143 67
Binary 11111110 11010 11010101 0 1011010 10000 0 100110111 1100011 110111

Color Harmonies of #FE1AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1AD5

Black with #FE1AD5

Text Example


Text Example

White with #FE1AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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