Html Css Color HEX #FE02E5 Hot Magenta

📋 copy color: '#FE02E5'

red 254 ◦ green 2 ◦ blue 229

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

Shades of Hot Magenta #FE02E5

Tints of Hot Magenta #FE02E5

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.41%

 BLUE value IS 229 (89.84% from 255) = 47.22%

R = 52.37%
G = 0.41%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE02E5 (or 0xFE02E5) is known color: Hot Magenta. HEX triplet: FE, 02 and E5. RGB value is (254,2,229). Sum of RGB (Red+Green+Blue) = 254+2+229=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 2 (1.17% from 255 or 0.41% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE02E5 is #01FD1A. Grayscale: #666666. Windows color (decimal): -130331 or 15008510. OLE color: 15008510.

HSL color Cylindrical-coordinate representation of color #FE02E5: hue angle of 305.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE02E5 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 2 229 -
CMYK 0 0.99 0.10 0.00
HSL 305.95º 0.99% 0.5% -
HSV(B) 305.95º 0.99% 1% -
XYZ 55.04 26.77 76.4 -
YUV 103.23 198.99 235.54 -
System Red Green Blue C M Y K H S L
Decimal 254 2 229 0 0.99 0.10 0.00 305.95 0.99 0.5
Hex FE 2 E5 0 63 A 0 132 63 32
Octal 376 2 345 0 143 12 0 462 143 62
Binary 11111110 10 11100101 0 1100011 1010 0 100110010 1100011 110010

Color Harmonies of #FE02E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE02E5

Black with #FE02E5

Text Example


Text Example

White with #FE02E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE02E5; }

 p { color: rgb(254,2,229); }

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

background-color css

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

 a { background-color: rgb(254,2,229); }

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

border-color css

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

 span { border-color: rgb(254,2,229); }

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