Html Css Color HEX #FC2FFE Magenta

📋 copy color: '#FC2FFE'

red 252 ◦ green 47 ◦ blue 254

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

Shades of Magenta #FC2FFE

Tints of Magenta #FC2FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 45.57%
G = 8.5%
B = 45.93%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC2FFE (or 0xFC2FFE) is known color: Magenta. HEX triplet: FC, 2F and FE. RGB value is (252,47,254). Sum of RGB (Red+Green+Blue) = 252+47+254=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 47 (18.75% from 255 or 8.50% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC2FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2FFE is #03D001. Grayscale: #838383. Windows color (decimal): -249858 or 16658428. OLE color: 16658428.

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

Color convert

RGB 252 47 254 -
CMYK 0.01 0.81 0 0.00
HSL 299.42º 0.99% 0.59% -
HSV(B) 299.42º 0.81% 1% -
XYZ 59.05 29.88 96.42 -
YUV 131.89 196.92 213.67 -
System Red Green Blue C M Y K H S L
Decimal 252 47 254 0.01 0.81 0 0.00 299.42 0.99 0.59
Hex FC 2F FE 1 51 0 0 12B 63 3B
Octal 374 57 376 1 121 0 0 453 143 73
Binary 11111100 101111 11111110 1 1010001 0 0 100101011 1100011 111011

Color Harmonies of #FC2FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2FFE

Black with #FC2FFE

Text Example


Text Example

White with #FC2FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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