Html Css Color HEX #FC10DA Hot Magenta

📋 copy color: '#FC10DA'

red 252 ◦ green 16 ◦ blue 218

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

Shades of Hot Magenta #FC10DA

Tints of Hot Magenta #FC10DA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.29%

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

R = 51.85%
G = 3.29%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC10DA (or 0xFC10DA) is known color: Hot Magenta. HEX triplet: FC, 10 and DA. RGB value is (252,16,218). Sum of RGB (Red+Green+Blue) = 252+16+218=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 16 (6.64% from 255 or 3.29% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC10DA is #03EF25. Grayscale: #6D6D6D. Windows color (decimal): -257830 or 14291196. OLE color: 14291196.

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

Color convert

RGB 252 16 218 -
CMYK 0 0.94 0.13 0.01
HSL 308.64º 0.98% 0.53% -
HSV(B) 308.64º 0.94% 0.99% -
XYZ 52.99 26.13 68.58 -
YUV 109.59 189.19 229.57 -
System Red Green Blue C M Y K H S L
Decimal 252 16 218 0 0.94 0.13 0.01 308.64 0.98 0.53
Hex FC 10 DA 0 5E D 1 135 62 35
Octal 374 20 332 0 136 15 1 465 142 65
Binary 11111100 10000 11011010 0 1011110 1101 1 100110101 1100010 110101

Color Harmonies of #FC10DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10DA

Black with #FC10DA

Text Example


Text Example

White with #FC10DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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