#F016AC

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

Shades of Spicy Pink #F016AC

Tints of Spicy Pink #F016AC

Color information

#F016AC (or 0xF016AC) is unknown color: approx Spicy Pink. HEX triplet: F0, 16 and AC. RGB value is (240,22,172). Sum of RGB (Red+Green+Blue) = 240+22+172=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F016AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F016AC is #0FE953. Grayscale: #676767. Windows color (decimal): -1042772 or 11278064. OLE color: 11278064.

HSL color Cylindrical-coordinate representation of color #F016AC: hue angle of 318.72º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F016AC is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB24022172-
CMYK00.910.280.06
HSL318.72º87.9%51.37%-
HSV(B)318.72º90.83%94.12%-
XYZ43.6722.0840.99-
YUV104.28166.22224.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.30%
GREEN value IS 22 (8.98% from 255) = 5.07%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=55.30%
G=5.07%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402217200.910.280.06318.7287.951.37
HexF016AC05B1C613f5833
Octal36026254013334647713063
Binary11110000101101010110001011011111001101001111111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F016AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F016AC; }

 p { color: rgb(240,22,172); }

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

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

 a { background-color: rgb(240,22,172); }

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

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

 span { border-color: rgb(240,22,172); }

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