Html Css Color HEX #FC01FB Magenta

📋 copy color: '#FC01FB'

red 252 ◦ green 1 ◦ blue 251

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

Shades of Magenta #FC01FB

Tints of Magenta #FC01FB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 252 1 251 -
CMYK 0 1.00 0.00 0.01
HSL 300.24º 0.99% 0.5% -
HSV(B) 300.24º 1% 0.99% -
XYZ 57.57 27.68 93.58 -
YUV 104.55 210.66 233.17 -
System Red Green Blue C M Y K H S L
Decimal 252 1 251 0 1.00 0.00 0.01 300.24 0.99 0.5
Hex FC 1 FB 0 64 0 1 12C 63 32
Octal 374 1 373 0 144 0 1 454 143 62
Binary 11111100 1 11111011 0 1100100 0 1 100101100 1100011 110010

Color Harmonies of #FC01FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01FB

Black with #FC01FB

Text Example


Text Example

White with #FC01FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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