Html Css Color HEX #FB01C9 Hot Magenta

📋 copy color: '#FB01C9'

red 251 ◦ green 1 ◦ blue 201

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

Shades of Hot Magenta #FB01C9

Tints of Hot Magenta #FB01C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.37%

R = 55.41%
G = 0.22%
B = 44.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FB01C9 (or 0xFB01C9) is known color: Hot Magenta. HEX triplet: FB, 01 and C9. RGB value is (251,1,201). Sum of RGB (Red+Green+Blue) = 251+1+201=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 1 (0.78% from 255 or 0.22% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB01C9 is #04FE36. Grayscale: #626262. Windows color (decimal): -327223 or 13173243. OLE color: 13173243.

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

Color convert

RGB 251 1 201 -
CMYK 0 1.00 0.20 0.02
HSL 312º 0.99% 0.49% -
HSV(B) 312º 1% 0.98% -
XYZ 50.34 24.75 57.38 -
YUV 98.55 185.83 236.74 -
System Red Green Blue C M Y K H S L
Decimal 251 1 201 0 1.00 0.20 0.02 312 0.99 0.49
Hex FB 1 C9 0 64 14 2 138 63 31
Octal 373 1 311 0 144 24 2 470 143 61
Binary 11111011 1 11001001 0 1100100 10100 10 100111000 1100011 110001

Color Harmonies of #FB01C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB01C9

Black with #FB01C9

Text Example


Text Example

White with #FB01C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB01C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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