Html Css Color HEX #FC2FFF Magenta

📋 copy color: '#FC2FFF'

red 252 ◦ green 47 ◦ blue 255

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

Shades of Magenta #FC2FFF

Tints of Magenta #FC2FFF

RGB

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

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

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

R = 45.49%
G = 8.48%
B = 46.03%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC2FFF (or 0xFC2FFF) is known color: Magenta. HEX triplet: FC, 2F and FF. RGB value is (252,47,255). Sum of RGB (Red+Green+Blue) = 252+47+255=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 47 (18.75% from 255 or 8.48% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC2FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2FFF is #03D000. Grayscale: #838383. Windows color (decimal): -249857 or 16723964. OLE color: 16723964.

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

Color convert

RGB 252 47 255 -
CMYK 0.01 0.82 0 0
HSL 299.13º 1% 0.59% -
HSV(B) 299.13º 0.82% 1% -
XYZ 59.21 29.95 97.27 -
YUV 132.01 197.42 213.59 -
System Red Green Blue C M Y K H S L
Decimal 252 47 255 0.01 0.82 0 0 299.13 1 0.59
Hex FC 2F FF 1 52 0 0 12B 64 3B
Octal 374 57 377 1 122 0 0 453 144 73
Binary 11111100 101111 11111111 1 1010010 0 0 100101011 1100100 111011

Color Harmonies of #FC2FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2FFF

Black with #FC2FFF

Text Example


Text Example

White with #FC2FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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