#F60FA9

Color #F60FA9 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #F60FA9

Tints of Spicy Pink #F60FA9

Color information

#F60FA9 (or 0xF60FA9) is unknown color: approx Spicy Pink. HEX triplet: F6, 0F and A9. RGB value is (246,15,169). Sum of RGB (Red+Green+Blue) = 246+15+169=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60FA9 is #09F056. Grayscale: #656565. Windows color (decimal): -651351 or 11079670. OLE color: 11079670.

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

Color convert

RGB24615169-
CMYK00.940.310.04
HSL320º92.77%51.18%-
HSV(B)320º93.9%96.47%-
XYZ45.3422.839.55-
YUV101.63166.03230.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 57.21%
GREEN value IS 15 (6.25% from 255) = 3.49%
BLUE value IS 169 (66.41% from 255) = 39.30%
R=57.21%
G=3.49%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461516900.940.310.0432092.7751.18
HexF6FA905E1F41405d33
Octal36617251013637450013563
Binary1111011011111010100101011110111111001010000001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60FA9; }

 p { color: rgb(246,15,169); }

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

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

 a { background-color: rgb(246,15,169); }

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

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

 span { border-color: rgb(246,15,169); }

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