Html Css Color HEX #FC13DF Hot Magenta

📋 copy color: '#FC13DF'

red 252 ◦ green 19 ◦ blue 223

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

Shades of Hot Magenta #FC13DF

Tints of Hot Magenta #FC13DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 51.01%
G = 3.85%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC13DF (or 0xFC13DF) is known color: Hot Magenta. HEX triplet: FC, 13 and DF. RGB value is (252,19,223). Sum of RGB (Red+Green+Blue) = 252+19+223=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 19 (7.81% from 255 or 3.85% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC13DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC13DF is #03EC20. Grayscale: #6F6F6F. Windows color (decimal): -257057 or 14619644. OLE color: 14619644.

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

Color convert

RGB 252 19 223 -
CMYK 0 0.92 0.12 0.01
HSL 307.47º 0.97% 0.53% -
HSV(B) 307.47º 0.92% 0.99% -
XYZ 53.7 26.49 72.09 -
YUV 111.92 190.69 227.91 -
System Red Green Blue C M Y K H S L
Decimal 252 19 223 0 0.92 0.12 0.01 307.47 0.97 0.53
Hex FC 13 DF 0 5C C 1 133 61 35
Octal 374 23 337 0 134 14 1 463 141 65
Binary 11111100 10011 11011111 0 1011100 1100 1 100110011 1100001 110101

Color Harmonies of #FC13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC13DF

Black with #FC13DF

Text Example


Text Example

White with #FC13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC13DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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