Html Css Color HEX #FC2DFF Magenta

📋 copy color: '#FC2DFF'

red 252 ◦ green 45 ◦ blue 255

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

Shades of Magenta #FC2DFF

Tints of Magenta #FC2DFF

RGB

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

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

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

R = 45.65%
G = 8.15%
B = 46.2%

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

#FC2DFF (or 0xFC2DFF) is known color: Magenta. HEX triplet: FC, 2D and FF. RGB value is (252,45,255). Sum of RGB (Red+Green+Blue) = 252+45+255=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 45 (17.97% from 255 or 8.15% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC2DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2DFF is #03D200. Grayscale: #828282. Windows color (decimal): -250369 or 16723452. OLE color: 16723452.

HSL color Cylindrical-coordinate representation of color #FC2DFF: hue angle of 299.14º 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 #FC2DFF is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 252 45 255 -
CMYK 0.01 0.82 0 0
HSL 299.14º 1% 0.59% -
HSV(B) 299.14º 0.82% 1% -
XYZ 59.13 29.79 97.24 -
YUV 130.83 198.08 214.42 -
System Red Green Blue C M Y K H S L
Decimal 252 45 255 0.01 0.82 0 0 299.14 1 0.59
Hex FC 2D FF 1 52 0 0 12B 64 3B
Octal 374 55 377 1 122 0 0 453 144 73
Binary 11111100 101101 11111111 1 1010010 0 0 100101011 1100100 111011

Color Harmonies of #FC2DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2DFF

Black with #FC2DFF

Text Example


Text Example

White with #FC2DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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