Html Css Color HEX #FC04CC Hot Magenta

📋 copy color: '#FC04CC'

red 252 ◦ green 4 ◦ blue 204

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

Shades of Hot Magenta #FC04CC

Tints of Hot Magenta #FC04CC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.87%

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

R = 54.78%
G = 0.87%
B = 44.35%

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

#FC04CC (or 0xFC04CC) is known color: Hot Magenta. HEX triplet: FC, 04 and CC. RGB value is (252,4,204). Sum of RGB (Red+Green+Blue) = 252+4+204=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 4 (1.95% from 255 or 0.87% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC04CC is #03FB33. Grayscale: #646464. Windows color (decimal): -260916 or 13370620. OLE color: 13370620.

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

Color convert

RGB 252 4 204 -
CMYK 0 0.98 0.19 0.01
HSL 311.61º 0.98% 0.5% -
HSV(B) 311.61º 0.98% 0.99% -
XYZ 51.09 25.14 59.29 -
YUV 100.95 186.16 235.74 -
System Red Green Blue C M Y K H S L
Decimal 252 4 204 0 0.98 0.19 0.01 311.61 0.98 0.5
Hex FC 4 CC 0 62 13 1 138 62 32
Octal 374 4 314 0 142 23 1 470 142 62
Binary 11111100 100 11001100 0 1100010 10011 1 100111000 1100010 110010

Color Harmonies of #FC04CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04CC

Black with #FC04CC

Text Example


Text Example

White with #FC04CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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