#F212AC

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

Shades of Spicy Pink #F212AC

Tints of Spicy Pink #F212AC

Color information

#F212AC (or 0xF212AC) is unknown color: approx Spicy Pink. HEX triplet: F2, 12 and AC. RGB value is (242,18,172). Sum of RGB (Red+Green+Blue) = 242+18+172=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F212AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F212AC is #0DED53. Grayscale: #666666. Windows color (decimal): -912724 or 11277042. OLE color: 11277042.

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

Color convert

RGB24218172-
CMYK00.930.290.05
HSL318.75º89.6%50.98%-
HSV(B)318.75º92.56%94.9%-
XYZ44.2822.2941-
YUV102.53167.21227.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.02%
GREEN value IS 18 (7.42% from 255) = 4.17%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=56.02%
G=4.17%
B=39.81%

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
Decimal2421817200.930.290.05318.7589.650.98
HexF212AC05D1D513f5a33
Octal36222254013535547713263
Binary11110010100101010110001011101111011011001111111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F212AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F212AC; }

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

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

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

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

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

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

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

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