Html Css Color HEX #FF07CC Hot Magenta

📋 copy color: '#FF07CC'

red 255 ◦ green 7 ◦ blue 204

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

Shades of Hot Magenta #FF07CC

Tints of Hot Magenta #FF07CC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.5%

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

R = 54.72%
G = 1.5%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF07CC (or 0xFF07CC) is known color: Hot Magenta. HEX triplet: FF, 07 and CC. RGB value is (255,7,204). Sum of RGB (Red+Green+Blue) = 255+7+204=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 7 (3.12% from 255 or 1.50% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07CC is #00F833. Grayscale: #676767. Windows color (decimal): -63540 or 13371391. OLE color: 13371391.

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

Color convert

RGB 255 7 204 -
CMYK 0 0.97 0.2 0
HSL 312.34º 1% 0.51% -
HSV(B) 312.34º 0.97% 1% -
XYZ 52.22 25.77 59.35 -
YUV 103.61 184.66 235.98 -
System Red Green Blue C M Y K H S L
Decimal 255 7 204 0 0.97 0.2 0 312.34 1 0.51
Hex FF 7 CC 0 61 14 0 138 64 33
Octal 377 7 314 0 141 24 0 470 144 63
Binary 11111111 111 11001100 0 1100001 10100 0 100111000 1100100 110011

Color Harmonies of #FF07CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF07CC

Black with #FF07CC

Text Example


Text Example

White with #FF07CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF07CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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