Html Css Color HEX #FB00D1 Hot Magenta

📋 copy color: '#FB00D1'

red 251 ◦ green 0 ◦ blue 209

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

Shades of Hot Magenta #FB00D1

Tints of Hot Magenta #FB00D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.43%

R = 54.57%
G = 0%
B = 45.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FB00D1 (or 0xFB00D1) is known color: Hot Magenta. HEX triplet: FB, 00 and D1. RGB value is (251,0,209). Sum of RGB (Red+Green+Blue) = 251+0+209=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB00D1 is #04FF2E. Grayscale: #626262. Windows color (decimal): -327471 or 13697275. OLE color: 13697275.

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

Color convert

RGB 251 0 209 -
CMYK 0 1 0.17 0.02
HSL 310.04º 1% 0.49% -
HSV(B) 310.04º 1% 0.98% -
XYZ 51.29 25.11 62.47 -
YUV 98.88 190.16 236.51 -
System Red Green Blue C M Y K H S L
Decimal 251 0 209 0 1 0.17 0.02 310.04 1 0.49
Hex FB 0 D1 0 64 11 2 136 64 31
Octal 373 0 321 0 144 21 2 466 144 61
Binary 11111011 0 11010001 0 1100100 10001 10 100110110 1100100 110001

Color Harmonies of #FB00D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB00D1

Black with #FB00D1

Text Example


Text Example

White with #FB00D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB00D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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