Html Css Color HEX #FC00DD Hot Magenta

📋 copy color: '#FC00DD'

red 252 ◦ green 0 ◦ blue 221

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

Shades of Hot Magenta #FC00DD

Tints of Hot Magenta #FC00DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 53.28%
G = 0%
B = 46.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC00DD (or 0xFC00DD) is known color: Hot Magenta. HEX triplet: FC, 00 and DD. RGB value is (252,0,221). Sum of RGB (Red+Green+Blue) = 252+0+221=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 0 (0.39% from 255 or 0% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00DD is #03FF22. Grayscale: #636363. Windows color (decimal): -261923 or 14483708. OLE color: 14483708.

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

Color convert

RGB 252 0 221 -
CMYK 0 1 0.12 0.01
HSL 307.38º 1% 0.49% -
HSV(B) 307.38º 1% 0.99% -
XYZ 53.2 25.92 70.61 -
YUV 100.54 195.99 236.03 -
System Red Green Blue C M Y K H S L
Decimal 252 0 221 0 1 0.12 0.01 307.38 1 0.49
Hex FC 0 DD 0 64 C 1 133 64 31
Octal 374 0 335 0 144 14 1 463 144 61
Binary 11111100 0 11011101 0 1100100 1100 1 100110011 1100100 110001

Color Harmonies of #FC00DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00DD

Black with #FC00DD

Text Example


Text Example

White with #FC00DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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