Html Css Color HEX #FC0AF0 Magenta

📋 copy color: '#FC0AF0'

red 252 ◦ green 10 ◦ blue 240

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

Shades of Magenta #FC0AF0

Tints of Magenta #FC0AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.81%

R = 50.2%
G = 1.99%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC0AF0 (or 0xFC0AF0) is known color: Magenta. HEX triplet: FC, 0A and F0. RGB value is (252,10,240). Sum of RGB (Red+Green+Blue) = 252+10+240=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 10 (4.30% from 255 or 1.99% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0AF0 is #03F50F. Grayscale: #6B6B6B. Windows color (decimal): -259344 or 15731452. OLE color: 15731452.

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

Color convert

RGB 252 10 240 -
CMYK 0 0.96 0.05 0.01
HSL 302.98º 0.98% 0.51% -
HSV(B) 302.98º 0.96% 0.99% -
XYZ 55.98 27.2 84.74 -
YUV 108.58 202.17 230.3 -
System Red Green Blue C M Y K H S L
Decimal 252 10 240 0 0.96 0.05 0.01 302.98 0.98 0.51
Hex FC A F0 0 60 5 1 12F 62 33
Octal 374 12 360 0 140 5 1 457 142 63
Binary 11111100 1010 11110000 0 1100000 101 1 100101111 1100010 110011

Color Harmonies of #FC0AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0AF0

Black with #FC0AF0

Text Example


Text Example

White with #FC0AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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