#F216A1

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

Shades of Spicy Pink #F216A1

Tints of Spicy Pink #F216A1

Color information

#F216A1 (or 0xF216A1) is unknown color: approx Spicy Pink. HEX triplet: F2, 16 and A1. RGB value is (242,22,161). Sum of RGB (Red+Green+Blue) = 242+22+161=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F216A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F216A1 is #0DE95E. Grayscale: #676767. Windows color (decimal): -911711 or 10557170. OLE color: 10557170.

HSL color Cylindrical-coordinate representation of color #F216A1: hue angle of 322.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F216A1 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB24222161-
CMYK00.910.330.05
HSL322.09º89.43%51.76%-
HSV(B)322.09º90.91%94.9%-
XYZ43.3422.0235.69-
YUV103.63160.39226.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.94%
GREEN value IS 22 (8.98% from 255) = 5.18%
BLUE value IS 161 (63.28% from 255) = 37.88%
R=56.94%
G=5.18%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422216100.910.330.05322.0989.4351.76
HexF216A105B2151425934
Octal36226241013341550213164
Binary111100101011010100001010110111000011011010000101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F216A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F216A1; }

 p { color: rgb(242,22,161); }

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

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

 a { background-color: rgb(242,22,161); }

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

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

 span { border-color: rgb(242,22,161); }

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