Html Css Color HEX #FC2CFF Magenta

📋 copy color: '#FC2CFF'

red 252 ◦ green 44 ◦ blue 255

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

Shades of Magenta #FC2CFF

Tints of Magenta #FC2CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.28%

R = 45.74%
G = 7.99%
B = 46.28%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC2CFF (or 0xFC2CFF) is known color: Magenta. HEX triplet: FC, 2C and FF. RGB value is (252,44,255). Sum of RGB (Red+Green+Blue) = 252+44+255=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 44 (17.58% from 255 or 7.99% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC2CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2CFF is #03D300. Grayscale: #818181. Windows color (decimal): -250625 or 16723196. OLE color: 16723196.

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

Color convert

RGB 252 44 255 -
CMYK 0.01 0.83 0 0
HSL 299.15º 1% 0.59% -
HSV(B) 299.15º 0.83% 1% -
XYZ 59.1 29.72 97.23 -
YUV 130.25 198.41 214.84 -
System Red Green Blue C M Y K H S L
Decimal 252 44 255 0.01 0.83 0 0 299.15 1 0.59
Hex FC 2C FF 1 53 0 0 12B 64 3B
Octal 374 54 377 1 123 0 0 453 144 73
Binary 11111100 101100 11111111 1 1010011 0 0 100101011 1100100 111011

Color Harmonies of #FC2CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2CFF

Black with #FC2CFF

Text Example


Text Example

White with #FC2CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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