Html Css Color HEX #FC0ACE Hot Magenta

📋 copy color: '#FC0ACE'

red 252 ◦ green 10 ◦ blue 206

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

Shades of Hot Magenta #FC0ACE

Tints of Hot Magenta #FC0ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.14%

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 53.85%
G = 2.14%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC0ACE (or 0xFC0ACE) is known color: Hot Magenta. HEX triplet: FC, 0A and CE. RGB value is (252,10,206). Sum of RGB (Red+Green+Blue) = 252+10+206=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 10 (4.30% from 255 or 2.14% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0ACE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0ACE is #03F531. Grayscale: #686868. Windows color (decimal): -259378 or 13503228. OLE color: 13503228.

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

Color convert

RGB 252 10 206 -
CMYK 0 0.96 0.18 0.01
HSL 311.41º 0.98% 0.51% -
HSV(B) 311.41º 0.96% 0.99% -
XYZ 51.39 25.37 60.58 -
YUV 104.7 185.17 233.06 -
System Red Green Blue C M Y K H S L
Decimal 252 10 206 0 0.96 0.18 0.01 311.41 0.98 0.51
Hex FC A CE 0 60 12 1 137 62 33
Octal 374 12 316 0 140 22 1 467 142 63
Binary 11111100 1010 11001110 0 1100000 10010 1 100110111 1100010 110011

Color Harmonies of #FC0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0ACE

Black with #FC0ACE

Text Example


Text Example

White with #FC0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0ACE; }

 p { color: rgb(252,10,206); }

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

background-color css

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

 a { background-color: rgb(252,10,206); }

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

border-color css

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

 span { border-color: rgb(252,10,206); }

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