Shades of Spicy Pink #F612AF
Tints of Spicy Pink #F612AF
RGB
CMYK
RGB Variations
Color information
#F612AF (or 0xF612AF) is known color: Spicy Pink. HEX triplet: F6, 12 and AF. RGB value is (246,18,175). Sum of RGB (Red+Green+Blue) = 246+18+175=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F612AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F612AF is #09ED50. Grayscale: #676767. Windows color (decimal): -650577 or 11473654. OLE color: 11473654.
HSL color Cylindrical-coordinate representation of color #F612AF: hue angle of 318.68º 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 #F612AF is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 175 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.04 |
| HSL | 318.68º | 0.93% | 0.52% | - |
| HSV(B) | 318.68º | 0.93% | 0.96% | - |
| XYZ | 45.96 | 23.12 | 42.6 | - |
| YUV | 104.07 | 168.04 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 175 | 0 | 0.93 | 0.29 | 0.04 | 318.68 | 0.93 | 0.52 |
| Hex | F6 | 12 | AF | 0 | 5D | 1D | 4 | 13F | 5D | 34 |
| Octal | 366 | 22 | 257 | 0 | 135 | 35 | 4 | 477 | 135 | 64 |
| Binary | 11110110 | 10010 | 10101111 | 0 | 1011101 | 11101 | 100 | 100111111 | 1011101 | 110100 |
Color Harmonies of #F612AF
Complementary color
Monochromatic Colors of #F612AF
Black with #F612AF
Text Example
Text Example
White with #F612AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F612AF; }
p { color: rgb(246,18,175); }
H1.HeaderClassName
{
color: #F612AF;
}
.AnyTagClassName
{
color: #F612AF;
}
</style>
background-color css
<style>
a { background-color: #F612AF; }
a { background-color: rgb(246,18,175); }
div.DivClassName
{
background-color: #F612AF;
}
.BgClassName
{
background-color: #F612AF;
}
</style>
border-color css
<style>
span { border-color: #F612AF; }
span { border-color: rgb(246,18,175); }
td.TdClassName
{
border-color: #F612AF;
}
.TagClassName
{
border-color: #F612AF;
}
</style>