#F60FAA

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

Shades of Spicy Pink #F60FAA

Tints of Spicy Pink #F60FAA

Color information

#F60FAA (or 0xF60FAA) is unknown color: approx Spicy Pink. HEX triplet: F6, 0F and AA. RGB value is (246,15,170). Sum of RGB (Red+Green+Blue) = 246+15+170=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60FAA is #09F055. Grayscale: #656565. Windows color (decimal): -651350 or 11145206. OLE color: 11145206.

HSL color Cylindrical-coordinate representation of color #F60FAA: hue angle of 319.74º 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 #F60FAA is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB24615170-
CMYK00.940.310.04
HSL319.74º92.77%51.18%-
HSV(B)319.74º93.9%96.47%-
XYZ45.4322.8440.04-
YUV101.74166.53230.9-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 57.08%
GREEN value IS 15 (6.25% from 255) = 3.48%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=57.08%
G=3.48%
B=39.44%

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
Decimal2461517000.940.310.04319.7492.7751.18
HexF6FAA05E1F41405d33
Octal36617252013637450013563
Binary1111011011111010101001011110111111001010000001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60FAA; }

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

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

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

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

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

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

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

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