Html Css Color HEX #FB04D9 Hot Magenta

📋 copy color: '#FB04D9'

red 251 ◦ green 4 ◦ blue 217

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

Shades of Hot Magenta #FB04D9

Tints of Hot Magenta #FB04D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.97%

R = 53.18%
G = 0.85%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FB04D9 (or 0xFB04D9) is known color: Hot Magenta. HEX triplet: FB, 04 and D9. RGB value is (251,4,217). Sum of RGB (Red+Green+Blue) = 251+4+217=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 4 (1.95% from 255 or 0.85% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB04D9 is #04FB26. Grayscale: #656565. Windows color (decimal): -326439 or 14222587. OLE color: 14222587.

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

Color convert

RGB 251 4 217 -
CMYK 0 0.98 0.14 0.02
HSL 308.26º 0.97% 0.5% -
HSV(B) 308.26º 0.98% 0.98% -
XYZ 52.35 25.61 67.83 -
YUV 102.14 192.83 234.18 -
System Red Green Blue C M Y K H S L
Decimal 251 4 217 0 0.98 0.14 0.02 308.26 0.97 0.5
Hex FB 4 D9 0 62 E 2 134 61 32
Octal 373 4 331 0 142 16 2 464 141 62
Binary 11111011 100 11011001 0 1100010 1110 10 100110100 1100001 110010

Color Harmonies of #FB04D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB04D9

Black with #FB04D9

Text Example


Text Example

White with #FB04D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB04D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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