Html Css Color HEX #FC15DC Hot Magenta

📋 copy color: '#FC15DC'

red 252 ◦ green 21 ◦ blue 220

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

Shades of Hot Magenta #FC15DC

Tints of Hot Magenta #FC15DC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.26%

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 51.12%
G = 4.26%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC15DC (or 0xFC15DC) is known color: Hot Magenta. HEX triplet: FC, 15 and DC. RGB value is (252,21,220). Sum of RGB (Red+Green+Blue) = 252+21+220=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 21 (8.59% from 255 or 4.26% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC15DC is #03EA23. Grayscale: #707070. Windows color (decimal): -256548 or 14423548. OLE color: 14423548.

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

Color convert

RGB 252 21 220 -
CMYK 0 0.92 0.13 0.01
HSL 308.31º 0.97% 0.54% -
HSV(B) 308.31º 0.92% 0.99% -
XYZ 53.33 26.4 69.99 -
YUV 112.76 188.53 227.32 -
System Red Green Blue C M Y K H S L
Decimal 252 21 220 0 0.92 0.13 0.01 308.31 0.97 0.54
Hex FC 15 DC 0 5C D 1 134 61 36
Octal 374 25 334 0 134 15 1 464 141 66
Binary 11111100 10101 11011100 0 1011100 1101 1 100110100 1100001 110110

Color Harmonies of #FC15DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC15DC

Black with #FC15DC

Text Example


Text Example

White with #FC15DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC15DC; }

 p { color: rgb(252,21,220); }

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

background-color css

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

 a { background-color: rgb(252,21,220); }

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

border-color css

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

 span { border-color: rgb(252,21,220); }

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