Html Css Color HEX #FC0FDC Hot Magenta

📋 copy color: '#FC0FDC'

red 252 ◦ green 15 ◦ blue 220

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

Shades of Hot Magenta #FC0FDC

Tints of Hot Magenta #FC0FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.08%

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

R = 51.75%
G = 3.08%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC0FDC (or 0xFC0FDC) is known color: Hot Magenta. HEX triplet: FC, 0F and DC. RGB value is (252,15,220). Sum of RGB (Red+Green+Blue) = 252+15+220=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 15 (6.25% from 255 or 3.08% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0FDC is #03F023. Grayscale: #6C6C6C. Windows color (decimal): -258084 or 14422012. OLE color: 14422012.

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

Color convert

RGB 252 15 220 -
CMYK 0 0.94 0.13 0.01
HSL 308.1º 0.98% 0.52% -
HSV(B) 308.1º 0.94% 0.99% -
XYZ 53.23 26.2 69.96 -
YUV 109.23 190.52 229.83 -
System Red Green Blue C M Y K H S L
Decimal 252 15 220 0 0.94 0.13 0.01 308.1 0.98 0.52
Hex FC F DC 0 5E D 1 134 62 34
Octal 374 17 334 0 136 15 1 464 142 64
Binary 11111100 1111 11011100 0 1011110 1101 1 100110100 1100010 110100

Color Harmonies of #FC0FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0FDC

Black with #FC0FDC

Text Example


Text Example

White with #FC0FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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