Html Css Color HEX #FC0AF1 Magenta

📋 copy color: '#FC0AF1'

red 252 ◦ green 10 ◦ blue 241

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

Shades of Magenta #FC0AF1

Tints of Magenta #FC0AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.91%

R = 50.1%
G = 1.99%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC0AF1 (or 0xFC0AF1) is known color: Magenta. HEX triplet: FC, 0A and F1. RGB value is (252,10,241). Sum of RGB (Red+Green+Blue) = 252+10+241=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 10 (4.30% from 255 or 1.99% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0AF1 is #03F50E. Grayscale: #6C6C6C. Windows color (decimal): -259343 or 15796988. OLE color: 15796988.

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

Color convert

RGB 252 10 241 -
CMYK 0 0.96 0.04 0.01
HSL 302.73º 0.98% 0.51% -
HSV(B) 302.73º 0.96% 0.99% -
XYZ 56.13 27.26 85.52 -
YUV 108.69 202.67 230.22 -
System Red Green Blue C M Y K H S L
Decimal 252 10 241 0 0.96 0.04 0.01 302.73 0.98 0.51
Hex FC A F1 0 60 4 1 12F 62 33
Octal 374 12 361 0 140 4 1 457 142 63
Binary 11111100 1010 11110001 0 1100000 100 1 100101111 1100010 110011

Color Harmonies of #FC0AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0AF1

Black with #FC0AF1

Text Example


Text Example

White with #FC0AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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