Html Css Color HEX #FF02E5 Hot Magenta

📋 copy color: '#FF02E5'

red 255 ◦ green 2 ◦ blue 229

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

Shades of Hot Magenta #FF02E5

Tints of Hot Magenta #FF02E5

RGB

 RED value IS 255 (100% from 255) = 52.47%

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

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

R = 52.47%
G = 0.41%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF02E5 (or 0xFF02E5) is known color: Hot Magenta. HEX triplet: FF, 02 and E5. RGB value is (255,2,229). Sum of RGB (Red+Green+Blue) = 255+2+229=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 2 (1.17% from 255 or 0.41% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF02E5 is #00FD1A. Grayscale: #666666. Windows color (decimal): -64795 or 15008511. OLE color: 15008511.

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

Color convert

RGB 255 2 229 -
CMYK 0 0.99 0.10 0
HSL 306.17º 1% 0.5% -
HSV(B) 306.17º 0.99% 1% -
XYZ 55.4 26.96 76.41 -
YUV 103.53 198.82 236.04 -
System Red Green Blue C M Y K H S L
Decimal 255 2 229 0 0.99 0.10 0 306.17 1 0.5
Hex FF 2 E5 0 63 A 0 132 64 32
Octal 377 2 345 0 143 12 0 462 144 62
Binary 11111111 10 11100101 0 1100011 1010 0 100110010 1100100 110010

Color Harmonies of #FF02E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF02E5

Black with #FF02E5

Text Example


Text Example

White with #FF02E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF02E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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