Html Css Color HEX #FC0ADA Hot Magenta

📋 copy color: '#FC0ADA'

red 252 ◦ green 10 ◦ blue 218

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

Shades of Hot Magenta #FC0ADA

Tints of Hot Magenta #FC0ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 52.5%
G = 2.08%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC0ADA (or 0xFC0ADA) is known color: Hot Magenta. HEX triplet: FC, 0A and DA. RGB value is (252,10,218). Sum of RGB (Red+Green+Blue) = 252+10+218=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 10 (4.30% from 255 or 2.08% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0ADA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0ADA is #03F525. Grayscale: #696969. Windows color (decimal): -259366 or 14289660. OLE color: 14289660.

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

Color convert

RGB 252 10 218 -
CMYK 0 0.96 0.13 0.01
HSL 308.43º 0.98% 0.51% -
HSV(B) 308.43º 0.96% 0.99% -
XYZ 52.91 25.97 68.55 -
YUV 106.07 191.17 232.09 -
System Red Green Blue C M Y K H S L
Decimal 252 10 218 0 0.96 0.13 0.01 308.43 0.98 0.51
Hex FC A DA 0 60 D 1 134 62 33
Octal 374 12 332 0 140 15 1 464 142 63
Binary 11111100 1010 11011010 0 1100000 1101 1 100110100 1100010 110011

Color Harmonies of #FC0ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0ADA

Black with #FC0ADA

Text Example


Text Example

White with #FC0ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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