#F804C6

Color #F804C6 Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #F804C6

Tints of Hot Magenta #F804C6

Color information

#F804C6 (or 0xF804C6) is unknown color: approx Hot Magenta. HEX triplet: F8, 04 and C6. RGB value is (248,4,198). Sum of RGB (Red+Green+Blue) = 248+4+198=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 4 (1.95% from 255 or 0.89% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F804C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F804C6 is #07FB39. Grayscale: #626262. Windows color (decimal): -523066 or 12977400. OLE color: 12977400.

HSL color Cylindrical-coordinate representation of color #F804C6: hue angle of 312.3º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F804C6 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB2484198-
CMYK00.980.200.03
HSL312.3º96.83%49.41%-
HSV(B)312.3º98.39%97.25%-
XYZ48.9524.1255.5-
YUV99.07183.84234.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.11%
GREEN value IS 4 (1.95% from 255) = 0.89%
BLUE value IS 198 (77.73% from 255) = 44%
R=55.11%
G=0.89%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248419800.980.200.03312.396.8349.41
HexF84C60621431386131
Octal3704306014224347014161
Binary11111000100110001100110001010100111001110001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F804C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F804C6; }

 p { color: rgb(248,4,198); }

 H1.HeaderClassName
 {
   color: #F804C6;
 }
 .AnyTagClassName
 {
   color: #F804C6;
 }
</style>
background-color css

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

 a { background-color: rgb(248,4,198); }

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

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

 span { border-color: rgb(248,4,198); }

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