Html Css Color HEX #FC0AD5 Hot Magenta

📋 copy color: '#FC0AD5'

red 252 ◦ green 10 ◦ blue 213

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

Shades of Hot Magenta #FC0AD5

Tints of Hot Magenta #FC0AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.84%

R = 53.05%
G = 2.11%
B = 44.84%

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

#FC0AD5 (or 0xFC0AD5) is known color: Hot Magenta. HEX triplet: FC, 0A and D5. RGB value is (252,10,213). Sum of RGB (Red+Green+Blue) = 252+10+213=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 10 (4.30% from 255 or 2.11% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0AD5 is #03F52A. Grayscale: #686868. Windows color (decimal): -259371 or 13961980. OLE color: 13961980.

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

Color convert

RGB 252 10 213 -
CMYK 0 0.96 0.15 0.01
HSL 309.67º 0.98% 0.51% -
HSV(B) 309.67º 0.96% 0.99% -
XYZ 52.26 25.72 65.16 -
YUV 105.5 188.67 232.49 -
System Red Green Blue C M Y K H S L
Decimal 252 10 213 0 0.96 0.15 0.01 309.67 0.98 0.51
Hex FC A D5 0 60 F 1 136 62 33
Octal 374 12 325 0 140 17 1 466 142 63
Binary 11111100 1010 11010101 0 1100000 1111 1 100110110 1100010 110011

Color Harmonies of #FC0AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0AD5

Black with #FC0AD5

Text Example


Text Example

White with #FC0AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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