Html Css Color HEX #FC2DFA Magenta

📋 copy color: '#FC2DFA'

red 252 ◦ green 45 ◦ blue 250

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

Shades of Magenta #FC2DFA

Tints of Magenta #FC2DFA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.23%

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 46.07%
G = 8.23%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC2DFA (or 0xFC2DFA) is known color: Magenta. HEX triplet: FC, 2D and FA. RGB value is (252,45,250). Sum of RGB (Red+Green+Blue) = 252+45+250=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 45 (17.97% from 255 or 8.23% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2DFA is #03D205. Grayscale: #818181. Windows color (decimal): -250374 or 16395772. OLE color: 16395772.

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

Color convert

RGB 252 45 250 -
CMYK 0 0.82 0.01 0.01
HSL 300.58º 0.97% 0.58% -
HSV(B) 300.58º 0.82% 0.99% -
XYZ 58.34 29.47 93.06 -
YUV 130.26 195.58 214.83 -
System Red Green Blue C M Y K H S L
Decimal 252 45 250 0 0.82 0.01 0.01 300.58 0.97 0.58
Hex FC 2D FA 0 52 1 1 12D 61 3A
Octal 374 55 372 0 122 1 1 455 141 72
Binary 11111100 101101 11111010 0 1010010 1 1 100101101 1100001 111010

Color Harmonies of #FC2DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2DFA

Black with #FC2DFA

Text Example


Text Example

White with #FC2DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2DFA; }

 p { color: rgb(252,45,250); }

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

background-color css

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

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

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

border-color css

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

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

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