Html Css Color HEX #FC10DF Hot Magenta

📋 copy color: '#FC10DF'

red 252 ◦ green 16 ◦ blue 223

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

Shades of Hot Magenta #FC10DF

Tints of Hot Magenta #FC10DF

RGB

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

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

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

R = 51.32%
G = 3.26%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC10DF (or 0xFC10DF) is known color: Hot Magenta. HEX triplet: FC, 10 and DF. RGB value is (252,16,223). Sum of RGB (Red+Green+Blue) = 252+16+223=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 16 (6.64% from 255 or 3.26% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC10DF is #03EF20. Grayscale: #6D6D6D. Windows color (decimal): -257825 or 14618876. OLE color: 14618876.

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

Color convert

RGB 252 16 223 -
CMYK 0 0.94 0.12 0.01
HSL 307.37º 0.98% 0.53% -
HSV(B) 307.37º 0.94% 0.99% -
XYZ 53.65 26.39 72.08 -
YUV 110.16 191.69 229.17 -
System Red Green Blue C M Y K H S L
Decimal 252 16 223 0 0.94 0.12 0.01 307.37 0.98 0.53
Hex FC 10 DF 0 5E C 1 133 62 35
Octal 374 20 337 0 136 14 1 463 142 65
Binary 11111100 10000 11011111 0 1011110 1100 1 100110011 1100010 110101

Color Harmonies of #FC10DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10DF

Black with #FC10DF

Text Example


Text Example

White with #FC10DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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