#F104C7

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

Shades of Hot Magenta #F104C7

Tints of Hot Magenta #F104C7

Color information

#F104C7 (or 0xF104C7) is unknown color: approx Hot Magenta. HEX triplet: F1, 04 and C7. RGB value is (241,4,199). Sum of RGB (Red+Green+Blue) = 241+4+199=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 4 (1.95% from 255 or 0.90% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F104C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F104C7 is #0EFB38. Grayscale: #606060. Windows color (decimal): -981817 or 13042929. OLE color: 13042929.

HSL color Cylindrical-coordinate representation of color #F104C7: hue angle of 310.63º 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 #F104C7 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB2414199-
CMYK00.980.170.05
HSL310.63º96.73%48.04%-
HSV(B)310.63º98.34%94.51%-
XYZ46.6322.9156-
YUV97.09185.52230.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.28%
GREEN value IS 4 (1.95% from 255) = 0.90%
BLUE value IS 199 (78.12% from 255) = 44.82%
R=54.28%
G=0.90%
B=44.82%

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
Decimal241419900.980.170.05310.6396.7348.04
HexF14C70621151376130
Octal3614307014221546714160
Binary111100011001100011101100010100011011001101111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F104C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F104C7; }

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

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

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

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

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

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

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

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