Html Css Color HEX #FC01F2 Magenta

📋 copy color: '#FC01F2'

red 252 ◦ green 1 ◦ blue 242

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

Shades of Magenta #FC01F2

Tints of Magenta #FC01F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.89%

R = 50.91%
G = 0.2%
B = 48.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC01F2 (or 0xFC01F2) is known color: Magenta. HEX triplet: FC, 01 and F2. RGB value is (252,1,242). Sum of RGB (Red+Green+Blue) = 252+1+242=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 1 (0.78% from 255 or 0.20% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC01F2 is #03FE0D. Grayscale: #666666. Windows color (decimal): -261646 or 15860220. OLE color: 15860220.

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

Color convert

RGB 252 1 242 -
CMYK 0 1.00 0.04 0.01
HSL 302.39º 0.99% 0.5% -
HSV(B) 302.39º 1% 0.99% -
XYZ 56.18 27.13 86.28 -
YUV 103.52 206.16 233.9 -
System Red Green Blue C M Y K H S L
Decimal 252 1 242 0 1.00 0.04 0.01 302.39 0.99 0.5
Hex FC 1 F2 0 64 4 1 12E 63 32
Octal 374 1 362 0 144 4 1 456 143 62
Binary 11111100 1 11110010 0 1100100 100 1 100101110 1100011 110010

Color Harmonies of #FC01F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01F2

Black with #FC01F2

Text Example


Text Example

White with #FC01F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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