Html Css Color HEX #FB04DD Hot Magenta

📋 copy color: '#FB04DD'

red 251 ◦ green 4 ◦ blue 221

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

Shades of Hot Magenta #FB04DD

Tints of Hot Magenta #FB04DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 52.73%
G = 0.84%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB04DD (or 0xFB04DD) is known color: Hot Magenta. HEX triplet: FB, 04 and DD. RGB value is (251,4,221). Sum of RGB (Red+Green+Blue) = 251+4+221=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 4 (1.95% from 255 or 0.84% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB04DD is #04FB22. Grayscale: #656565. Windows color (decimal): -326435 or 14484731. OLE color: 14484731.

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

Color convert

RGB 251 4 221 -
CMYK 0 0.98 0.12 0.02
HSL 307.29º 0.97% 0.5% -
HSV(B) 307.29º 0.98% 0.98% -
XYZ 52.88 25.82 70.6 -
YUV 102.59 194.83 233.86 -
System Red Green Blue C M Y K H S L
Decimal 251 4 221 0 0.98 0.12 0.02 307.29 0.97 0.5
Hex FB 4 DD 0 62 C 2 133 61 32
Octal 373 4 335 0 142 14 2 463 141 62
Binary 11111011 100 11011101 0 1100010 1100 10 100110011 1100001 110010

Color Harmonies of #FB04DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB04DD

Black with #FB04DD

Text Example


Text Example

White with #FB04DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB04DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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