Html Css Color HEX #FC01F7 Magenta

📋 copy color: '#FC01F7'

red 252 ◦ green 1 ◦ blue 247

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

Shades of Magenta #FC01F7

Tints of Magenta #FC01F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.4%

R = 50.4%
G = 0.2%
B = 49.4%

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

#FC01F7 (or 0xFC01F7) is known color: Magenta. HEX triplet: FC, 01 and F7. RGB value is (252,1,247). Sum of RGB (Red+Green+Blue) = 252+1+247=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 1 (0.78% from 255 or 0.2% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC01F7 is #03FE08. Grayscale: #676767. Windows color (decimal): -261641 or 16187900. OLE color: 16187900.

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

Color convert

RGB 252 1 247 -
CMYK 0 1.00 0.02 0.01
HSL 301.2º 0.99% 0.5% -
HSV(B) 301.2º 1% 0.99% -
XYZ 56.94 27.43 90.29 -
YUV 104.09 208.66 233.5 -
System Red Green Blue C M Y K H S L
Decimal 252 1 247 0 1.00 0.02 0.01 301.2 0.99 0.5
Hex FC 1 F7 0 64 2 1 12D 63 32
Octal 374 1 367 0 144 2 1 455 143 62
Binary 11111100 1 11110111 0 1100100 10 1 100101101 1100011 110010

Color Harmonies of #FC01F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01F7

Black with #FC01F7

Text Example


Text Example

White with #FC01F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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