#F216AB

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

Shades of Spicy Pink #F216AB

Tints of Spicy Pink #F216AB

Color information

#F216AB (or 0xF216AB) is unknown color: approx Spicy Pink. HEX triplet: F2, 16 and AB. RGB value is (242,22,171). Sum of RGB (Red+Green+Blue) = 242+22+171=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F216AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F216AB is #0DE954. Grayscale: #686868. Windows color (decimal): -911701 or 11212530. OLE color: 11212530.

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

Color convert

RGB24222171-
CMYK00.910.290.05
HSL319.36º89.43%51.76%-
HSV(B)319.36º90.91%94.9%-
XYZ44.2622.3940.52-
YUV104.77165.39225.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.63%
GREEN value IS 22 (8.98% from 255) = 5.06%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=55.63%
G=5.06%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422217100.910.290.05319.3689.4351.76
HexF216AB05B1D513f5934
Octal36226253013335547713164
Binary11110010101101010101101011011111011011001111111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F216AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F216AB; }

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

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

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

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

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

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

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

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