Html Css Color HEX #FC0AF9 Magenta

📋 copy color: '#FC0AF9'

red 252 ◦ green 10 ◦ blue 249

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

Shades of Magenta #FC0AF9

Tints of Magenta #FC0AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.73%

R = 49.32%
G = 1.96%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC0AF9 (or 0xFC0AF9) is known color: Magenta. HEX triplet: FC, 0A and F9. RGB value is (252,10,249). Sum of RGB (Red+Green+Blue) = 252+10+249=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 10 (4.30% from 255 or 1.96% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0AF9 is #03F506. Grayscale: #6C6C6C. Windows color (decimal): -259335 or 16321276. OLE color: 16321276.

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

Color convert

RGB 252 10 249 -
CMYK 0 0.96 0.01 0.01
HSL 300.74º 0.98% 0.51% -
HSV(B) 300.74º 0.96% 0.99% -
XYZ 57.35 27.75 91.96 -
YUV 109.6 206.67 229.57 -
System Red Green Blue C M Y K H S L
Decimal 252 10 249 0 0.96 0.01 0.01 300.74 0.98 0.51
Hex FC A F9 0 60 1 1 12D 62 33
Octal 374 12 371 0 140 1 1 455 142 63
Binary 11111100 1010 11111001 0 1100000 1 1 100101101 1100010 110011

Color Harmonies of #FC0AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0AF9

Black with #FC0AF9

Text Example


Text Example

White with #FC0AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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