#f106cc

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

Shades of Hot Magenta #F106CC

Tints of Hot Magenta #F106CC

Color information

#F106CC (or 0xF106CC) is unknown color: approx Hot Magenta. HEX triplet: F1, 06 and CC. RGB value is (241,6,204). Sum of RGB (Red+Green+Blue) = 241+6+204=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 6 (2.73% from 255 or 1.33% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F106CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F106CC is #0EF933. Grayscale: #626262. Windows color (decimal): -981300 or 13371121. OLE color: 13371121.

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

Color convert

RGB2416204-
CMYK00.980.150.05
HSL309.45º95.14%48.43%-
HSV(B)309.45º97.51%94.51%-
XYZ47.2423.1959.11-
YUV98.84187.36229.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.44%
GREEN value IS 6 (2.73% from 255) = 1.33%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=53.44%
G=1.33%
B=45.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241620400.980.150.05309.4595.1448.43
HexF16CC062F51355f30
Octal3616314014217546513760
Binary11110001110110011000110001011111011001101011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f106cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f106cc; }

 p { color: rgb(241,6,204); }

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

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

 a { background-color: rgb(241,6,204); }

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

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

 span { border-color: rgb(241,6,204); }

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