Html Css Color HEX #FC03DD Hot Magenta

📋 copy color: '#FC03DD'

red 252 ◦ green 3 ◦ blue 221

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

Shades of Hot Magenta #FC03DD

Tints of Hot Magenta #FC03DD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.63%

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

R = 52.94%
G = 0.63%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC03DD (or 0xFC03DD) is known color: Hot Magenta. HEX triplet: FC, 03 and DD. RGB value is (252,3,221). Sum of RGB (Red+Green+Blue) = 252+3+221=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 3 (1.56% from 255 or 0.63% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC03DD is #03FC22. Grayscale: #656565. Windows color (decimal): -261155 or 14484476. OLE color: 14484476.

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

Color convert

RGB 252 3 221 -
CMYK 0 0.99 0.12 0.01
HSL 307.47º 0.98% 0.5% -
HSV(B) 307.47º 0.99% 0.99% -
XYZ 53.23 25.98 70.62 -
YUV 102.3 194.99 234.77 -
System Red Green Blue C M Y K H S L
Decimal 252 3 221 0 0.99 0.12 0.01 307.47 0.98 0.5
Hex FC 3 DD 0 63 C 1 133 62 32
Octal 374 3 335 0 143 14 1 463 142 62
Binary 11111100 11 11011101 0 1100011 1100 1 100110011 1100010 110010

Color Harmonies of #FC03DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC03DD

Black with #FC03DD

Text Example


Text Example

White with #FC03DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC03DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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