#F620AC

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

Shades of Spicy Pink #F620AC

Tints of Spicy Pink #F620AC

Color information

#F620AC (or 0xF620AC) is unknown color: approx Spicy Pink. HEX triplet: F6, 20 and AC. RGB value is (246,32,172). Sum of RGB (Red+Green+Blue) = 246+32+172=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F620AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F620AC is #09DF53. Grayscale: #6F6F6F. Windows color (decimal): -646996 or 11280630. OLE color: 11280630.

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

Color convert

RGB24632172-
CMYK00.870.300.04
HSL320.75º92.24%54.51%-
HSV(B)320.75º86.99%96.47%-
XYZ45.9723.641.16-
YUV111.95161.9223.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.67%
GREEN value IS 32 (12.89% from 255) = 7.11%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=54.67%
G=7.11%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2463217200.870.300.04320.7592.2454.51
HexF620AC0571E41415c37
Octal36640254012736450113467
Binary111101101000001010110001010111111101001010000011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F620AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F620AC; }

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

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

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

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

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

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

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

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