Html Css Color HEX #FC0AD6 Hot Magenta

📋 copy color: '#FC0AD6'

red 252 ◦ green 10 ◦ blue 214

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

Shades of Hot Magenta #FC0AD6

Tints of Hot Magenta #FC0AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.96%

R = 52.94%
G = 2.1%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC0AD6 (or 0xFC0AD6) is known color: Hot Magenta. HEX triplet: FC, 0A and D6. RGB value is (252,10,214). Sum of RGB (Red+Green+Blue) = 252+10+214=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 10 (4.30% from 255 or 2.10% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AD6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0AD6 is #03F529. Grayscale: #696969. Windows color (decimal): -259370 or 14027516. OLE color: 14027516.

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

Color convert

RGB 252 10 214 -
CMYK 0 0.96 0.15 0.01
HSL 309.42º 0.98% 0.51% -
HSV(B) 309.42º 0.96% 0.99% -
XYZ 52.39 25.77 65.83 -
YUV 105.61 189.17 232.41 -
System Red Green Blue C M Y K H S L
Decimal 252 10 214 0 0.96 0.15 0.01 309.42 0.98 0.51
Hex FC A D6 0 60 F 1 135 62 33
Octal 374 12 326 0 140 17 1 465 142 63
Binary 11111100 1010 11010110 0 1100000 1111 1 100110101 1100010 110011

Color Harmonies of #FC0AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0AD6

Black with #FC0AD6

Text Example


Text Example

White with #FC0AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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