Html Css Color HEX #FB00D3 Hot Magenta

📋 copy color: '#FB00D3'

red 251 ◦ green 0 ◦ blue 211

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

Shades of Hot Magenta #FB00D3

Tints of Hot Magenta #FB00D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.67%

R = 54.33%
G = 0%
B = 45.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FB00D3 (or 0xFB00D3) is known color: Hot Magenta. HEX triplet: FB, 00 and D3. RGB value is (251,0,211). Sum of RGB (Red+Green+Blue) = 251+0+211=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB00D3 is #04FF2C. Grayscale: #626262. Windows color (decimal): -327469 or 13828347. OLE color: 13828347.

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

Color convert

RGB 251 0 211 -
CMYK 0 1 0.16 0.02
HSL 309.56º 1% 0.49% -
HSV(B) 309.56º 1% 0.98% -
XYZ 51.54 25.21 63.78 -
YUV 99.1 191.16 236.34 -
System Red Green Blue C M Y K H S L
Decimal 251 0 211 0 1 0.16 0.02 309.56 1 0.49
Hex FB 0 D3 0 64 10 2 136 64 31
Octal 373 0 323 0 144 20 2 466 144 61
Binary 11111011 0 11010011 0 1100100 10000 10 100110110 1100100 110001

Color Harmonies of #FB00D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB00D3

Black with #FB00D3

Text Example


Text Example

White with #FB00D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB00D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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