Html Css Color HEX #FC00DA Hot Magenta

📋 copy color: '#FC00DA'

red 252 ◦ green 0 ◦ blue 218

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

Shades of Hot Magenta #FC00DA

Tints of Hot Magenta #FC00DA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.62%
G = 0%
B = 46.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC00DA (or 0xFC00DA) is known color: Hot Magenta. HEX triplet: FC, 00 and DA. RGB value is (252,0,218). Sum of RGB (Red+Green+Blue) = 252+0+218=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 0 (0.39% from 255 or 0% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00DA is #03FF25. Grayscale: #636363. Windows color (decimal): -261926 or 14287100. OLE color: 14287100.

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

Color convert

RGB 252 0 218 -
CMYK 0 1 0.13 0.01
HSL 308.1º 1% 0.49% -
HSV(B) 308.1º 1% 0.99% -
XYZ 52.8 25.76 68.52 -
YUV 100.2 194.49 236.27 -
System Red Green Blue C M Y K H S L
Decimal 252 0 218 0 1 0.13 0.01 308.1 1 0.49
Hex FC 0 DA 0 64 D 1 134 64 31
Octal 374 0 332 0 144 15 1 464 144 61
Binary 11111100 0 11011010 0 1100100 1101 1 100110100 1100100 110001

Color Harmonies of #FC00DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00DA

Black with #FC00DA

Text Example


Text Example

White with #FC00DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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