Html Css Color HEX #FB00DD Hot Magenta

📋 copy color: '#FB00DD'

red 251 ◦ green 0 ◦ blue 221

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

Shades of Hot Magenta #FB00DD

Tints of Hot Magenta #FB00DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.18%
G = 0%
B = 46.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB00DD (or 0xFB00DD) is known color: Hot Magenta. HEX triplet: FB, 00 and DD. RGB value is (251,0,221). Sum of RGB (Red+Green+Blue) = 251+0+221=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB00DD is #04FF22. Grayscale: #636363. Windows color (decimal): -327459 or 14483707. OLE color: 14483707.

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

Color convert

RGB 251 0 221 -
CMYK 0 1 0.12 0.02
HSL 307.17º 1% 0.49% -
HSV(B) 307.17º 1% 0.98% -
XYZ 52.83 25.73 70.59 -
YUV 100.24 196.16 235.53 -
System Red Green Blue C M Y K H S L
Decimal 251 0 221 0 1 0.12 0.02 307.17 1 0.49
Hex FB 0 DD 0 64 C 2 133 64 31
Octal 373 0 335 0 144 14 2 463 144 61
Binary 11111011 0 11011101 0 1100100 1100 10 100110011 1100100 110001

Color Harmonies of #FB00DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB00DD

Black with #FB00DD

Text Example


Text Example

White with #FB00DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB00DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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