#F016A3

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

Shades of Spicy Pink #F016A3

Tints of Spicy Pink #F016A3

Color information

#F016A3 (or 0xF016A3) is unknown color: approx Spicy Pink. HEX triplet: F0, 16 and A3. RGB value is (240,22,163). Sum of RGB (Red+Green+Blue) = 240+22+163=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F016A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F016A3 is #0FE95C. Grayscale: #666666. Windows color (decimal): -1042781 or 10688240. OLE color: 10688240.

HSL color Cylindrical-coordinate representation of color #F016A3: hue angle of 321.19º 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 #F016A3 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB24022163-
CMYK00.910.320.06
HSL321.19º87.9%51.37%-
HSV(B)321.19º90.83%94.12%-
XYZ42.8321.7436.59-
YUV103.26161.72225.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.47%
GREEN value IS 22 (8.98% from 255) = 5.18%
BLUE value IS 163 (64.06% from 255) = 38.35%
R=56.47%
G=5.18%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402216300.910.320.06321.1987.951.37
HexF016A305B2061415833
Octal36026243013340650113063
Binary111100001011010100011010110111000001101010000011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F016A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F016A3; }

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

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

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

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

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

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

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

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