Html Css Color HEX #FC05CC Hot Magenta

📋 copy color: '#FC05CC'

red 252 ◦ green 5 ◦ blue 204

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

Shades of Hot Magenta #FC05CC

Tints of Hot Magenta #FC05CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.08%

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 54.66%
G = 1.08%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC05CC (or 0xFC05CC) is known color: Hot Magenta. HEX triplet: FC, 05 and CC. RGB value is (252,5,204). Sum of RGB (Red+Green+Blue) = 252+5+204=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 5 (2.34% from 255 or 1.08% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC05CC is #03FA33. Grayscale: #646464. Windows color (decimal): -260660 or 13370876. OLE color: 13370876.

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

Color convert

RGB 252 5 204 -
CMYK 0 0.98 0.19 0.01
HSL 311.66º 0.98% 0.5% -
HSV(B) 311.66º 0.98% 0.99% -
XYZ 51.1 25.16 59.29 -
YUV 101.54 185.83 235.32 -
System Red Green Blue C M Y K H S L
Decimal 252 5 204 0 0.98 0.19 0.01 311.66 0.98 0.5
Hex FC 5 CC 0 62 13 1 138 62 32
Octal 374 5 314 0 142 23 1 470 142 62
Binary 11111100 101 11001100 0 1100010 10011 1 100111000 1100010 110010

Color Harmonies of #FC05CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC05CC

Black with #FC05CC

Text Example


Text Example

White with #FC05CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC05CC; }

 p { color: rgb(252,5,204); }

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

background-color css

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

 a { background-color: rgb(252,5,204); }

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

border-color css

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

 span { border-color: rgb(252,5,204); }

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