#F104C8

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

Shades of Hot Magenta #F104C8

Tints of Hot Magenta #F104C8

Color information

#F104C8 (or 0xF104C8) is unknown color: approx Hot Magenta. HEX triplet: F1, 04 and C8. RGB value is (241,4,200). Sum of RGB (Red+Green+Blue) = 241+4+200=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F104C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F104C8 is #0EFB37. Grayscale: #606060. Windows color (decimal): -981816 or 13108465. OLE color: 13108465.

HSL color Cylindrical-coordinate representation of color #F104C8: hue angle of 310.38º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F104C8 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB2414200-
CMYK00.980.170.05
HSL310.38º96.73%48.04%-
HSV(B)310.38º98.34%94.51%-
XYZ46.7422.9656.61-
YUV97.21186.02230.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.16%
GREEN value IS 4 (1.95% from 255) = 0.90%
BLUE value IS 200 (78.52% from 255) = 44.94%
R=54.16%
G=0.90%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241420000.980.170.05310.3896.7348.04
HexF14C80621151366130
Octal3614310014221546614160
Binary111100011001100100001100010100011011001101101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F104C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F104C8; }

 p { color: rgb(241,4,200); }

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

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

 a { background-color: rgb(241,4,200); }

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

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

 span { border-color: rgb(241,4,200); }

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