Shades of Spicy Pink #F620AF
Tints of Spicy Pink #F620AF
RGB
CMYK
RGB Variations
Color information
#F620AF (or 0xF620AF) is known color: Spicy Pink. HEX triplet: F6, 20 and AF. RGB value is (246,32,175). Sum of RGB (Red+Green+Blue) = 246+32+175=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 32 (12.89% from 255 or 7.06% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F620AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F620AF is #09DF50. Grayscale: #6F6F6F. Windows color (decimal): -646993 or 11477238. OLE color: 11477238.
HSL color Cylindrical-coordinate representation of color #F620AF: hue angle of 319.91º 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 #F620AF is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 175 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.04 |
| HSL | 319.91º | 0.92% | 0.55% | - |
| HSV(B) | 319.91º | 0.87% | 0.96% | - |
| XYZ | 46.26 | 23.72 | 42.7 | - |
| YUV | 112.29 | 163.4 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 175 | 0 | 0.87 | 0.29 | 0.04 | 319.91 | 0.92 | 0.55 |
| Hex | F6 | 20 | AF | 0 | 57 | 1D | 4 | 140 | 5C | 37 |
| Octal | 366 | 40 | 257 | 0 | 127 | 35 | 4 | 500 | 134 | 67 |
| Binary | 11110110 | 100000 | 10101111 | 0 | 1010111 | 11101 | 100 | 101000000 | 1011100 | 110111 |
Color Harmonies of #F620AF
Complementary color
Monochromatic Colors of #F620AF
Black with #F620AF
Text Example
Text Example
White with #F620AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F620AF; }
p { color: rgb(246,32,175); }
H1.HeaderClassName
{
color: #F620AF;
}
.AnyTagClassName
{
color: #F620AF;
}
</style>
background-color css
<style>
a { background-color: #F620AF; }
a { background-color: rgb(246,32,175); }
div.DivClassName
{
background-color: #F620AF;
}
.BgClassName
{
background-color: #F620AF;
}
</style>
border-color css
<style>
span { border-color: #F620AF; }
span { border-color: rgb(246,32,175); }
td.TdClassName
{
border-color: #F620AF;
}
.TagClassName
{
border-color: #F620AF;
}
</style>