Html Css Color HEX #FF07C6 Hot Magenta

📋 copy color: '#FF07C6'

red 255 ◦ green 7 ◦ blue 198

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

Shades of Hot Magenta #FF07C6

Tints of Hot Magenta #FF07C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.04%

R = 55.43%
G = 1.52%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF07C6 (or 0xFF07C6) is known color: Hot Magenta. HEX triplet: FF, 07 and C6. RGB value is (255,7,198). Sum of RGB (Red+Green+Blue) = 255+7+198=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 7 (3.12% from 255 or 1.52% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07C6 is #00F839. Grayscale: #666666. Windows color (decimal): -63546 or 12978175. OLE color: 12978175.

HSL color Cylindrical-coordinate representation of color #FF07C6: hue angle of 313.79º 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 #FF07C6 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 255 7 198 -
CMYK 0 0.97 0.22 0
HSL 313.79º 1% 0.51% -
HSV(B) 313.79º 0.97% 1% -
XYZ 51.51 25.49 55.63 -
YUV 102.93 181.66 236.47 -
System Red Green Blue C M Y K H S L
Decimal 255 7 198 0 0.97 0.22 0 313.79 1 0.51
Hex FF 7 C6 0 61 16 0 13A 64 33
Octal 377 7 306 0 141 26 0 472 144 63
Binary 11111111 111 11000110 0 1100001 10110 0 100111010 1100100 110011

Color Harmonies of #FF07C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF07C6

Black with #FF07C6

Text Example


Text Example

White with #FF07C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF07C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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