Html Css Color HEX #FB04DB Hot Magenta

📋 copy color: '#FB04DB'

red 251 ◦ green 4 ◦ blue 219

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

Shades of Hot Magenta #FB04DB

Tints of Hot Magenta #FB04DB

RGB

 RED value IS 251 (98.44% from 255) = 52.95%

 GREEN value IS 4 (1.95% from 255) = 0.84%

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

R = 52.95%
G = 0.84%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB04DB (or 0xFB04DB) is known color: Hot Magenta. HEX triplet: FB, 04 and DB. RGB value is (251,4,219). Sum of RGB (Red+Green+Blue) = 251+4+219=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 4 (1.95% from 255 or 0.84% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB04DB is #04FB24. Grayscale: #656565. Windows color (decimal): -326437 or 14353659. OLE color: 14353659.

HSL color Cylindrical-coordinate representation of color #FB04DB: hue angle of 307.77º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB04DB is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 4 219 -
CMYK 0 0.98 0.13 0.02
HSL 307.77º 0.97% 0.5% -
HSV(B) 307.77º 0.98% 0.98% -
XYZ 52.61 25.71 69.21 -
YUV 102.36 193.83 234.02 -
System Red Green Blue C M Y K H S L
Decimal 251 4 219 0 0.98 0.13 0.02 307.77 0.97 0.5
Hex FB 4 DB 0 62 D 2 134 61 32
Octal 373 4 333 0 142 15 2 464 141 62
Binary 11111011 100 11011011 0 1100010 1101 10 100110100 1100001 110010

Color Harmonies of #FB04DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB04DB

Black with #FB04DB

Text Example


Text Example

White with #FB04DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB04DB; }

 p { color: rgb(251,4,219); }

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

background-color css

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

 a { background-color: rgb(251,4,219); }

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

border-color css

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

 span { border-color: rgb(251,4,219); }

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