Html Css Color HEX #FC01F8 Magenta

📋 copy color: '#FC01F8'

red 252 ◦ green 1 ◦ blue 248

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

Shades of Magenta #FC01F8

Tints of Magenta #FC01F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.5%

R = 50.3%
G = 0.2%
B = 49.5%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC01F8 (or 0xFC01F8) is known color: Magenta. HEX triplet: FC, 01 and F8. RGB value is (252,1,248). Sum of RGB (Red+Green+Blue) = 252+1+248=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 1 (0.78% from 255 or 0.20% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC01F8 is #03FE07. Grayscale: #676767. Windows color (decimal): -261640 or 16253436. OLE color: 16253436.

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

Color convert

RGB 252 1 248 -
CMYK 0 1.00 0.02 0.01
HSL 300.96º 0.99% 0.5% -
HSV(B) 300.96º 1% 0.99% -
XYZ 57.1 27.49 91.1 -
YUV 104.21 209.16 233.42 -
System Red Green Blue C M Y K H S L
Decimal 252 1 248 0 1.00 0.02 0.01 300.96 0.99 0.5
Hex FC 1 F8 0 64 2 1 12D 63 32
Octal 374 1 370 0 144 2 1 455 143 62
Binary 11111100 1 11111000 0 1100100 10 1 100101101 1100011 110010

Color Harmonies of #FC01F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01F8

Black with #FC01F8

Text Example


Text Example

White with #FC01F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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