#F212AB

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

Shades of Spicy Pink #F212AB

Tints of Spicy Pink #F212AB

Color information

#F212AB (or 0xF212AB) is unknown color: approx Spicy Pink. HEX triplet: F2, 12 and AB. RGB value is (242,18,171). Sum of RGB (Red+Green+Blue) = 242+18+171=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F212AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F212AB is #0DED54. Grayscale: #666666. Windows color (decimal): -912725 or 11211506. OLE color: 11211506.

HSL color Cylindrical-coordinate representation of color #F212AB: hue angle of 319.02º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F212AB is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB24218171-
CMYK00.930.290.05
HSL319.02º89.6%50.98%-
HSV(B)319.02º92.56%94.9%-
XYZ44.1822.2540.49-
YUV102.42166.71227.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.15%
GREEN value IS 18 (7.42% from 255) = 4.18%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=56.15%
G=4.18%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421817100.930.290.05319.0289.650.98
HexF212AB05D1D513f5a33
Octal36222253013535547713263
Binary11110010100101010101101011101111011011001111111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F212AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F212AB; }

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

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

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

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

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

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

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

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