Shades of Spicy Pink #F618AF
Tints of Spicy Pink #F618AF
RGB
CMYK
RGB Variations
Color information
#F618AF (or 0xF618AF) is known color: Spicy Pink. HEX triplet: F6, 18 and AF. RGB value is (246,24,175). Sum of RGB (Red+Green+Blue) = 246+24+175=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F618AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F618AF is #09E750. Grayscale: #6B6B6B. Windows color (decimal): -649041 or 11475190. OLE color: 11475190.
HSL color Cylindrical-coordinate representation of color #F618AF: hue angle of 319.19º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F618AF is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 175 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.04 |
| HSL | 319.19º | 0.93% | 0.53% | - |
| HSV(B) | 319.19º | 0.9% | 0.96% | - |
| XYZ | 46.07 | 23.34 | 42.63 | - |
| YUV | 107.59 | 166.05 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 175 | 0 | 0.90 | 0.29 | 0.04 | 319.19 | 0.93 | 0.53 |
| Hex | F6 | 18 | AF | 0 | 5A | 1D | 4 | 13F | 5C | 35 |
| Octal | 366 | 30 | 257 | 0 | 132 | 35 | 4 | 477 | 134 | 65 |
| Binary | 11110110 | 11000 | 10101111 | 0 | 1011010 | 11101 | 100 | 100111111 | 1011100 | 110101 |
Color Harmonies of #F618AF
Complementary color
Monochromatic Colors of #F618AF
Black with #F618AF
Text Example
Text Example
White with #F618AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618AF; }
p { color: rgb(246,24,175); }
H1.HeaderClassName
{
color: #F618AF;
}
.AnyTagClassName
{
color: #F618AF;
}
</style>
background-color css
<style>
a { background-color: #F618AF; }
a { background-color: rgb(246,24,175); }
div.DivClassName
{
background-color: #F618AF;
}
.BgClassName
{
background-color: #F618AF;
}
</style>
border-color css
<style>
span { border-color: #F618AF; }
span { border-color: rgb(246,24,175); }
td.TdClassName
{
border-color: #F618AF;
}
.TagClassName
{
border-color: #F618AF;
}
</style>