Html Css Color HEX #FC10D9 Hot Magenta

📋 copy color: '#FC10D9'

red 252 ◦ green 16 ◦ blue 217

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

Shades of Hot Magenta #FC10D9

Tints of Hot Magenta #FC10D9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.3%

 BLUE value IS 217 (85.16% from 255) = 44.74%

R = 51.96%
G = 3.3%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC10D9 (or 0xFC10D9) is known color: Hot Magenta. HEX triplet: FC, 10 and D9. RGB value is (252,16,217). Sum of RGB (Red+Green+Blue) = 252+16+217=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 16 (6.64% from 255 or 3.30% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC10D9 is #03EF26. Grayscale: #6C6C6C. Windows color (decimal): -257831 or 14225660. OLE color: 14225660.

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

Color convert

RGB 252 16 217 -
CMYK 0 0.94 0.14 0.01
HSL 308.9º 0.98% 0.53% -
HSV(B) 308.9º 0.94% 0.99% -
XYZ 52.85 26.08 67.89 -
YUV 109.48 188.69 229.66 -
System Red Green Blue C M Y K H S L
Decimal 252 16 217 0 0.94 0.14 0.01 308.9 0.98 0.53
Hex FC 10 D9 0 5E E 1 135 62 35
Octal 374 20 331 0 136 16 1 465 142 65
Binary 11111100 10000 11011001 0 1011110 1110 1 100110101 1100010 110101

Color Harmonies of #FC10D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10D9

Black with #FC10D9

Text Example


Text Example

White with #FC10D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10D9; }

 p { color: rgb(252,16,217); }

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

background-color css

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

 a { background-color: rgb(252,16,217); }

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

border-color css

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

 span { border-color: rgb(252,16,217); }

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