Html Css Color HEX #FF04CC Hot Magenta

📋 copy color: '#FF04CC'

red 255 ◦ green 4 ◦ blue 204

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

Shades of Hot Magenta #FF04CC

Tints of Hot Magenta #FF04CC

RGB

 RED value IS 255 (100% from 255) = 55.08%

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

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

R = 55.08%
G = 0.86%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF04CC (or 0xFF04CC) is known color: Hot Magenta. HEX triplet: FF, 04 and CC. RGB value is (255,4,204). Sum of RGB (Red+Green+Blue) = 255+4+204=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 4 (1.95% from 255 or 0.86% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04CC is #00FB33. Grayscale: #656565. Windows color (decimal): -64308 or 13370623. OLE color: 13370623.

HSL color Cylindrical-coordinate representation of color #FF04CC: hue angle of 312.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF04CC is Cyan = 0, Magento = 0.98, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 255 4 204 -
CMYK 0 0.98 0.2 0
HSL 312.19º 1% 0.51% -
HSV(B) 312.19º 0.98% 1% -
XYZ 52.18 25.71 59.34 -
YUV 101.85 185.66 237.24 -
System Red Green Blue C M Y K H S L
Decimal 255 4 204 0 0.98 0.2 0 312.19 1 0.51
Hex FF 4 CC 0 62 14 0 138 64 33
Octal 377 4 314 0 142 24 0 470 144 63
Binary 11111111 100 11001100 0 1100010 10100 0 100111000 1100100 110011

Color Harmonies of #FF04CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF04CC

Black with #FF04CC

Text Example


Text Example

White with #FF04CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF04CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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