Html Css Color HEX #FC07DC Hot Magenta

📋 copy color: '#FC07DC'

red 252 ◦ green 7 ◦ blue 220

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

Shades of Hot Magenta #FC07DC

Tints of Hot Magenta #FC07DC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.46%

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

R = 52.61%
G = 1.46%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC07DC (or 0xFC07DC) is known color: Hot Magenta. HEX triplet: FC, 07 and DC. RGB value is (252,7,220). Sum of RGB (Red+Green+Blue) = 252+7+220=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 7 (3.12% from 255 or 1.46% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC07DC is #03F823. Grayscale: #676767. Windows color (decimal): -260132 or 14419964. OLE color: 14419964.

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

Color convert

RGB 252 7 220 -
CMYK 0 0.97 0.13 0.01
HSL 307.84º 0.98% 0.51% -
HSV(B) 307.84º 0.97% 0.99% -
XYZ 53.14 26.01 69.93 -
YUV 104.54 193.17 233.18 -
System Red Green Blue C M Y K H S L
Decimal 252 7 220 0 0.97 0.13 0.01 307.84 0.98 0.51
Hex FC 7 DC 0 61 D 1 134 62 33
Octal 374 7 334 0 141 15 1 464 142 63
Binary 11111100 111 11011100 0 1100001 1101 1 100110100 1100010 110011

Color Harmonies of #FC07DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC07DC

Black with #FC07DC

Text Example


Text Example

White with #FC07DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC07DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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