Html Css Color HEX #FE02DB Hot Magenta

📋 copy color: '#FE02DB'

red 254 ◦ green 2 ◦ blue 219

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

Shades of Hot Magenta #FE02DB

Tints of Hot Magenta #FE02DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.11%

R = 53.47%
G = 0.42%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE02DB (or 0xFE02DB) is known color: Hot Magenta. HEX triplet: FE, 02 and DB. RGB value is (254,2,219). Sum of RGB (Red+Green+Blue) = 254+2+219=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 2 (1.17% from 255 or 0.42% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE02DB is #01FD24. Grayscale: #656565. Windows color (decimal): -130341 or 14353150. OLE color: 14353150.

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

Color convert

RGB 254 2 219 -
CMYK 0 0.99 0.14 0.00
HSL 308.33º 0.99% 0.5% -
HSV(B) 308.33º 0.99% 1% -
XYZ 53.68 26.23 69.25 -
YUV 102.09 193.99 236.36 -
System Red Green Blue C M Y K H S L
Decimal 254 2 219 0 0.99 0.14 0.00 308.33 0.99 0.5
Hex FE 2 DB 0 63 E 0 134 63 32
Octal 376 2 333 0 143 16 0 464 143 62
Binary 11111110 10 11011011 0 1100011 1110 0 100110100 1100011 110010

Color Harmonies of #FE02DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE02DB

Black with #FE02DB

Text Example


Text Example

White with #FE02DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE02DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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