Html Css Color HEX #FE08DB Hot Magenta

📋 copy color: '#FE08DB'

red 254 ◦ green 8 ◦ blue 219

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

Shades of Hot Magenta #FE08DB

Tints of Hot Magenta #FE08DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.66%

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

R = 52.81%
G = 1.66%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE08DB (or 0xFE08DB) is known color: Hot Magenta. HEX triplet: FE, 08 and DB. RGB value is (254,8,219). Sum of RGB (Red+Green+Blue) = 254+8+219=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 8 (3.52% from 255 or 1.66% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE08DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE08DB is #01F724. Grayscale: #696969. Windows color (decimal): -128805 or 14354686. OLE color: 14354686.

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

Color convert

RGB 254 8 219 -
CMYK 0 0.97 0.14 0.00
HSL 308.54º 0.99% 0.51% -
HSV(B) 308.54º 0.97% 1% -
XYZ 53.75 26.36 69.27 -
YUV 105.61 192 233.84 -
System Red Green Blue C M Y K H S L
Decimal 254 8 219 0 0.97 0.14 0.00 308.54 0.99 0.51
Hex FE 8 DB 0 61 E 0 135 63 33
Octal 376 10 333 0 141 16 0 465 143 63
Binary 11111110 1000 11011011 0 1100001 1110 0 100110101 1100011 110011

Color Harmonies of #FE08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE08DB

Black with #FE08DB

Text Example


Text Example

White with #FE08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE08DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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