Html Css Color HEX #FC0AFF Magenta

📋 copy color: '#FC0AFF'

red 252 ◦ green 10 ◦ blue 255

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

Shades of Magenta #FC0AFF

Tints of Magenta #FC0AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.32%

R = 48.74%
G = 1.93%
B = 49.32%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC0AFF (or 0xFC0AFF) is known color: Magenta. HEX triplet: FC, 0A and FF. RGB value is (252,10,255). Sum of RGB (Red+Green+Blue) = 252+10+255=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 10 (4.30% from 255 or 1.93% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC0AFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0AFF is #03F500. Grayscale: #6D6D6D. Windows color (decimal): -259329 or 16714492. OLE color: 16714492.

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

Color convert

RGB 252 10 255 -
CMYK 0.01 0.96 0 0
HSL 299.27º 1% 0.52% -
HSV(B) 299.27º 0.96% 1% -
XYZ 58.3 28.13 96.96 -
YUV 110.29 209.67 229.08 -
System Red Green Blue C M Y K H S L
Decimal 252 10 255 0.01 0.96 0 0 299.27 1 0.52
Hex FC A FF 1 60 0 0 12B 64 34
Octal 374 12 377 1 140 0 0 453 144 64
Binary 11111100 1010 11111111 1 1100000 0 0 100101011 1100100 110100

Color Harmonies of #FC0AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0AFF

Black with #FC0AFF

Text Example


Text Example

White with #FC0AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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