Html Css Color HEX #FC13EC Magenta

📋 copy color: '#FC13EC'

red 252 ◦ green 19 ◦ blue 236

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

Shades of Magenta #FC13EC

Tints of Magenta #FC13EC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.75%

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 49.7%
G = 3.75%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC13EC (or 0xFC13EC) is known color: Magenta. HEX triplet: FC, 13 and EC. RGB value is (252,19,236). Sum of RGB (Red+Green+Blue) = 252+19+236=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 19 (7.81% from 255 or 3.75% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC13EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC13EC is #03EC13. Grayscale: #707070. Windows color (decimal): -257044 or 15471612. OLE color: 15471612.

HSL color Cylindrical-coordinate representation of color #FC13EC: hue angle of 304.12º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC13EC is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 19 236 -
CMYK 0 0.92 0.06 0.01
HSL 304.12º 0.97% 0.53% -
HSV(B) 304.12º 0.92% 0.99% -
XYZ 55.52 27.22 81.68 -
YUV 113.41 197.19 226.86 -
System Red Green Blue C M Y K H S L
Decimal 252 19 236 0 0.92 0.06 0.01 304.12 0.97 0.53
Hex FC 13 EC 0 5C 6 1 130 61 35
Octal 374 23 354 0 134 6 1 460 141 65
Binary 11111100 10011 11101100 0 1011100 110 1 100110000 1100001 110101

Color Harmonies of #FC13EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC13EC

Black with #FC13EC

Text Example


Text Example

White with #FC13EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC13EC; }

 p { color: rgb(252,19,236); }

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

background-color css

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

 a { background-color: rgb(252,19,236); }

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

border-color css

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

 span { border-color: rgb(252,19,236); }

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