Html Css Color HEX #FB01FC Magenta

📋 copy color: '#FB01FC'

red 251 ◦ green 1 ◦ blue 252

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

Shades of Magenta #FB01FC

Tints of Magenta #FB01FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50%

R = 49.8%
G = 0.2%
B = 50%

CMYK

 C value IS 0.00

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FB01FC (or 0xFB01FC) is known color: Magenta. HEX triplet: FB, 01 and FC. RGB value is (251,1,252). Sum of RGB (Red+Green+Blue) = 251+1+252=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 1 (0.78% from 255 or 0.20% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB01FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB01FC is #04FE03. Grayscale: #676767. Windows color (decimal): -327172 or 16515579. OLE color: 16515579.

HSL color Cylindrical-coordinate representation of color #FB01FC: hue angle of 299.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB01FC is Cyan = 0.00, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 1 252 -
CMYK 0.00 1.00 0 0.01
HSL 299.76º 0.99% 0.5% -
HSV(B) 299.76º 1% 0.99% -
XYZ 57.37 27.56 94.39 -
YUV 104.36 211.33 232.59 -
System Red Green Blue C M Y K H S L
Decimal 251 1 252 0.00 1.00 0 0.01 299.76 0.99 0.5
Hex FB 1 FC 0 64 0 1 12C 63 32
Octal 373 1 374 0 144 0 1 454 143 62
Binary 11111011 1 11111100 0 1100100 0 1 100101100 1100011 110010

Color Harmonies of #FB01FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB01FC

Black with #FB01FC

Text Example


Text Example

White with #FB01FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB01FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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