Html Css Color HEX #FB01D3 Hot Magenta

📋 copy color: '#FB01D3'

red 251 ◦ green 1 ◦ blue 211

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

Shades of Hot Magenta #FB01D3

Tints of Hot Magenta #FB01D3

RGB

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

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

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

R = 54.21%
G = 0.22%
B = 45.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FB01D3 (or 0xFB01D3) is known color: Hot Magenta. HEX triplet: FB, 01 and D3. RGB value is (251,1,211). Sum of RGB (Red+Green+Blue) = 251+1+211=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 1 (0.78% from 255 or 0.22% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB01D3 is #04FE2C. Grayscale: #636363. Windows color (decimal): -327213 or 13828603. OLE color: 13828603.

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

Color convert

RGB 251 1 211 -
CMYK 0 1.00 0.16 0.02
HSL 309.6º 0.99% 0.49% -
HSV(B) 309.6º 1% 0.98% -
XYZ 51.55 25.23 63.78 -
YUV 99.69 190.83 235.92 -
System Red Green Blue C M Y K H S L
Decimal 251 1 211 0 1.00 0.16 0.02 309.6 0.99 0.49
Hex FB 1 D3 0 64 10 2 136 63 31
Octal 373 1 323 0 144 20 2 466 143 61
Binary 11111011 1 11010011 0 1100100 10000 10 100110110 1100011 110001

Color Harmonies of #FB01D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB01D3

Black with #FB01D3

Text Example


Text Example

White with #FB01D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB01D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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