Html Css Color HEX #FC12DF Hot Magenta

📋 copy color: '#FC12DF'

red 252 ◦ green 18 ◦ blue 223

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

Shades of Hot Magenta #FC12DF

Tints of Hot Magenta #FC12DF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.65%

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

R = 51.12%
G = 3.65%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC12DF (or 0xFC12DF) is known color: Hot Magenta. HEX triplet: FC, 12 and DF. RGB value is (252,18,223). Sum of RGB (Red+Green+Blue) = 252+18+223=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 18 (7.42% from 255 or 3.65% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC12DF is #03ED20. Grayscale: #6E6E6E. Windows color (decimal): -257313 or 14619388. OLE color: 14619388.

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

Color convert

RGB 252 18 223 -
CMYK 0 0.93 0.12 0.01
HSL 307.44º 0.98% 0.53% -
HSV(B) 307.44º 0.93% 0.99% -
XYZ 53.68 26.46 72.09 -
YUV 111.34 191.02 228.33 -
System Red Green Blue C M Y K H S L
Decimal 252 18 223 0 0.93 0.12 0.01 307.44 0.98 0.53
Hex FC 12 DF 0 5D C 1 133 62 35
Octal 374 22 337 0 135 14 1 463 142 65
Binary 11111100 10010 11011111 0 1011101 1100 1 100110011 1100010 110101

Color Harmonies of #FC12DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC12DF

Black with #FC12DF

Text Example


Text Example

White with #FC12DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC12DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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