Html Css Color HEX #FC2FFA Magenta

📋 copy color: '#FC2FFA'

red 252 ◦ green 47 ◦ blue 250

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

Shades of Magenta #FC2FFA

Tints of Magenta #FC2FFA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.56%

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

R = 45.9%
G = 8.56%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC2FFA (or 0xFC2FFA) is known color: Magenta. HEX triplet: FC, 2F and FA. RGB value is (252,47,250). Sum of RGB (Red+Green+Blue) = 252+47+250=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 47 (18.75% from 255 or 8.56% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2FFA is #03D005. Grayscale: #828282. Windows color (decimal): -249862 or 16396284. OLE color: 16396284.

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

Color convert

RGB 252 47 250 -
CMYK 0 0.81 0.01 0.01
HSL 300.59º 0.97% 0.59% -
HSV(B) 300.59º 0.81% 0.99% -
XYZ 58.42 29.63 93.08 -
YUV 131.44 194.92 213.99 -
System Red Green Blue C M Y K H S L
Decimal 252 47 250 0 0.81 0.01 0.01 300.59 0.97 0.59
Hex FC 2F FA 0 51 1 1 12D 61 3B
Octal 374 57 372 0 121 1 1 455 141 73
Binary 11111100 101111 11111010 0 1010001 1 1 100101101 1100001 111011

Color Harmonies of #FC2FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2FFA

Black with #FC2FFA

Text Example


Text Example

White with #FC2FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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