Html Css Color HEX #FC2FFD Magenta

📋 copy color: '#FC2FFD'

red 252 ◦ green 47 ◦ blue 253

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

Shades of Magenta #FC2FFD

Tints of Magenta #FC2FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 45.65%
G = 8.51%
B = 45.83%

CMYK

 C value IS 0.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC2FFD (or 0xFC2FFD) is known color: Magenta. HEX triplet: FC, 2F and FD. RGB value is (252,47,253). Sum of RGB (Red+Green+Blue) = 252+47+253=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 47 (18.75% from 255 or 8.51% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC2FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2FFD is #03D002. Grayscale: #838383. Windows color (decimal): -249859 or 16592892. OLE color: 16592892.

HSL color Cylindrical-coordinate representation of color #FC2FFD: hue angle of 299.71º degrees, saturation: 0.98, 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 #FC2FFD is Cyan = 0.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 47 253 -
CMYK 0.00 0.81 0 0.01
HSL 299.71º 0.98% 0.59% -
HSV(B) 299.71º 0.81% 0.99% -
XYZ 58.89 29.82 95.58 -
YUV 131.78 196.42 213.75 -
System Red Green Blue C M Y K H S L
Decimal 252 47 253 0.00 0.81 0 0.01 299.71 0.98 0.59
Hex FC 2F FD 0 51 0 1 12C 62 3B
Octal 374 57 375 0 121 0 1 454 142 73
Binary 11111100 101111 11111101 0 1010001 0 1 100101100 1100010 111011

Color Harmonies of #FC2FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2FFD

Black with #FC2FFD

Text Example


Text Example

White with #FC2FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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