Html Css Color HEX #FC2CFA Magenta

📋 copy color: '#FC2CFA'

red 252 ◦ green 44 ◦ blue 250

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

Shades of Magenta #FC2CFA

Tints of Magenta #FC2CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.06%

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

R = 46.15%
G = 8.06%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC2CFA (or 0xFC2CFA) is known color: Magenta. HEX triplet: FC, 2C and FA. RGB value is (252,44,250). Sum of RGB (Red+Green+Blue) = 252+44+250=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 44 (17.58% from 255 or 8.06% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2CFA is #03D305. Grayscale: #818181. Windows color (decimal): -250630 or 16395516. OLE color: 16395516.

HSL color Cylindrical-coordinate representation of color #FC2CFA: 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.83%. Process color model (Four color, CMYK) of #FC2CFA is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 44 250 -
CMYK 0 0.83 0.01 0.01
HSL 300.58º 0.97% 0.58% -
HSV(B) 300.58º 0.83% 0.99% -
XYZ 58.3 29.4 93.04 -
YUV 129.68 195.91 215.25 -
System Red Green Blue C M Y K H S L
Decimal 252 44 250 0 0.83 0.01 0.01 300.58 0.97 0.58
Hex FC 2C FA 0 53 1 1 12D 61 3A
Octal 374 54 372 0 123 1 1 455 141 72
Binary 11111100 101100 11111010 0 1010011 1 1 100101101 1100001 111010

Color Harmonies of #FC2CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2CFA

Black with #FC2CFA

Text Example


Text Example

White with #FC2CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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