Html Css Color HEX #FB01D1 Hot Magenta

📋 copy color: '#FB01D1'

red 251 ◦ green 1 ◦ blue 209

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

Shades of Hot Magenta #FB01D1

Tints of Hot Magenta #FB01D1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 54.45%
G = 0.22%
B = 45.34%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FB01D1 (or 0xFB01D1) is known color: Hot Magenta. HEX triplet: FB, 01 and D1. RGB value is (251,1,209). Sum of RGB (Red+Green+Blue) = 251+1+209=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 1 (0.78% from 255 or 0.22% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB01D1 is #04FE2E. Grayscale: #626262. Windows color (decimal): -327215 or 13697531. OLE color: 13697531.

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

Color convert

RGB 251 1 209 -
CMYK 0 1.00 0.17 0.02
HSL 310.08º 0.99% 0.49% -
HSV(B) 310.08º 1% 0.98% -
XYZ 51.3 25.13 62.47 -
YUV 99.46 189.83 236.09 -
System Red Green Blue C M Y K H S L
Decimal 251 1 209 0 1.00 0.17 0.02 310.08 0.99 0.49
Hex FB 1 D1 0 64 11 2 136 63 31
Octal 373 1 321 0 144 21 2 466 143 61
Binary 11111011 1 11010001 0 1100100 10001 10 100110110 1100011 110001

Color Harmonies of #FB01D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB01D1

Black with #FB01D1

Text Example


Text Example

White with #FB01D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB01D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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