#F612AC

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

Shades of Spicy Pink #F612AC

Tints of Spicy Pink #F612AC

Color information

#F612AC (or 0xF612AC) is unknown color: approx Spicy Pink. HEX triplet: F6, 12 and AC. RGB value is (246,18,172). Sum of RGB (Red+Green+Blue) = 246+18+172=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F612AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F612AC is #09ED53. Grayscale: #676767. Windows color (decimal): -650580 or 11277046. OLE color: 11277046.

HSL color Cylindrical-coordinate representation of color #F612AC: hue angle of 319.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F612AC is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB24618172-
CMYK00.930.300.04
HSL319.47º92.68%51.76%-
HSV(B)319.47º92.68%96.47%-
XYZ45.672341.06-
YUV103.73166.54229.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 56.42%
GREEN value IS 18 (7.42% from 255) = 4.13%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=56.42%
G=4.13%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461817200.930.300.04319.4792.6851.76
HexF612AC05D1E413f5d34
Octal36622254013536447713564
Binary11110110100101010110001011101111101001001111111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F612AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F612AC; }

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

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

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

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

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

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

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

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