Html Css Color HEX #FE03DB Hot Magenta

📋 copy color: '#FE03DB'

red 254 ◦ green 3 ◦ blue 219

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

Shades of Hot Magenta #FE03DB

Tints of Hot Magenta #FE03DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.63%

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

R = 53.36%
G = 0.63%
B = 46.01%

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

#FE03DB (or 0xFE03DB) is known color: Hot Magenta. HEX triplet: FE, 03 and DB. RGB value is (254,3,219). Sum of RGB (Red+Green+Blue) = 254+3+219=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 3 (1.56% from 255 or 0.63% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE03DB is #01FC24. Grayscale: #666666. Windows color (decimal): -130085 or 14353406. OLE color: 14353406.

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

Color convert

RGB 254 3 219 -
CMYK 0 0.99 0.14 0.00
HSL 308.37º 0.99% 0.5% -
HSV(B) 308.37º 0.99% 1% -
XYZ 53.69 26.25 69.25 -
YUV 102.67 193.66 235.94 -
System Red Green Blue C M Y K H S L
Decimal 254 3 219 0 0.99 0.14 0.00 308.37 0.99 0.5
Hex FE 3 DB 0 63 E 0 134 63 32
Octal 376 3 333 0 143 16 0 464 143 62
Binary 11111110 11 11011011 0 1100011 1110 0 100110100 1100011 110010

Color Harmonies of #FE03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE03DB

Black with #FE03DB

Text Example


Text Example

White with #FE03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE03DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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