Html Css Color HEX #FC0AFC Magenta

📋 copy color: '#FC0AFC'

red 252 ◦ green 10 ◦ blue 252

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

Shades of Magenta #FC0AFC

Tints of Magenta #FC0AFC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 1.95%

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

R = 49.03%
G = 1.95%
B = 49.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC0AFC (or 0xFC0AFC) is known color: Magenta. HEX triplet: FC, 0A and FC. RGB value is (252,10,252). Sum of RGB (Red+Green+Blue) = 252+10+252=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 10 (4.30% from 255 or 1.95% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC0AFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0AFC is #03F503. Grayscale: #6D6D6D. Windows color (decimal): -259332 or 16517884. OLE color: 16517884.

HSL color Cylindrical-coordinate representation of color #FC0AFC: hue angle of 300º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0AFC is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 10 252 -
CMYK 0 0.96 0 0.01
HSL 300º 0.98% 0.51% -
HSV(B) 300º 0.96% 0.99% -
XYZ 57.82 27.94 94.44 -
YUV 109.95 208.17 229.32 -
System Red Green Blue C M Y K H S L
Decimal 252 10 252 0 0.96 0 0.01 300 0.98 0.51
Hex FC A FC 0 60 0 1 12C 62 33
Octal 374 12 374 0 140 0 1 454 142 63
Binary 11111100 1010 11111100 0 1100000 0 1 100101100 1100010 110011

Color Harmonies of #FC0AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0AFC

Black with #FC0AFC

Text Example


Text Example

White with #FC0AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0AFC; }

 p { color: rgb(252,10,252); }

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

background-color css

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

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

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

border-color css

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

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

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