Html Css Color HEX #FC13E0 Hot Magenta

📋 copy color: '#FC13E0'

red 252 ◦ green 19 ◦ blue 224

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

Shades of Hot Magenta #FC13E0

Tints of Hot Magenta #FC13E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.25%

R = 50.91%
G = 3.84%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FC13E0 (or 0xFC13E0) is known color: Hot Magenta. HEX triplet: FC, 13 and E0. RGB value is (252,19,224). Sum of RGB (Red+Green+Blue) = 252+19+224=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 19 (7.81% from 255 or 3.84% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC13E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC13E0 is #03EC1F. Grayscale: #6F6F6F. Windows color (decimal): -257056 or 14685180. OLE color: 14685180.

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

Color convert

RGB 252 19 224 -
CMYK 0 0.92 0.11 0.01
HSL 307.21º 0.97% 0.53% -
HSV(B) 307.21º 0.92% 0.99% -
XYZ 53.83 26.54 72.81 -
YUV 112.04 191.19 227.83 -
System Red Green Blue C M Y K H S L
Decimal 252 19 224 0 0.92 0.11 0.01 307.21 0.97 0.53
Hex FC 13 E0 0 5C B 1 133 61 35
Octal 374 23 340 0 134 13 1 463 141 65
Binary 11111100 10011 11100000 0 1011100 1011 1 100110011 1100001 110101

Color Harmonies of #FC13E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC13E0

Black with #FC13E0

Text Example


Text Example

White with #FC13E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC13E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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