#f60acb

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

Shades of Hot Magenta #F60ACB

Tints of Hot Magenta #F60ACB

Color information

#F60ACB (or 0xF60ACB) is unknown color: approx Hot Magenta. HEX triplet: F6, 0A and CB. RGB value is (246,10,203). Sum of RGB (Red+Green+Blue) = 246+10+203=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 10 (4.30% from 255 or 2.18% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F60ACB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60ACB is #09F534. Grayscale: #666666. Windows color (decimal): -652597 or 13306614. OLE color: 13306614.

HSL color Cylindrical-coordinate representation of color #F60ACB: hue angle of 310.93º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60ACB is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB24610203-
CMYK00.960.170.04
HSL310.93º92.91%50.2%-
HSV(B)310.93º95.93%96.47%-
XYZ48.8924.1258.58-
YUV102.57184.69230.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.59%
GREEN value IS 10 (4.30% from 255) = 2.18%
BLUE value IS 203 (79.69% from 255) = 44.23%
R=53.59%
G=2.18%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461020300.960.170.04310.9392.9150.2
HexF6ACB0601141375d32
Octal36612313014021446713562
Binary1111011010101100101101100000100011001001101111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f60acb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f60acb; }

 p { color: rgb(246,10,203); }

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

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

 a { background-color: rgb(246,10,203); }

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

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

 span { border-color: rgb(246,10,203); }

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