Shades of Spicy Pink #F618AA
Tints of Spicy Pink #F618AA
RGB
CMYK
RGB Variations
Color information
#F618AA (or 0xF618AA) is known color: Spicy Pink. HEX triplet: F6, 18 and AA. RGB value is (246,24,170). Sum of RGB (Red+Green+Blue) = 246+24+170=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F618AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F618AA is #09E755. Grayscale: #6A6A6A. Windows color (decimal): -649046 or 11147510. OLE color: 11147510.
HSL color Cylindrical-coordinate representation of color #F618AA: hue angle of 320.54º 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 #F618AA is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 170 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.04 |
| HSL | 320.54º | 0.93% | 0.53% | - |
| HSV(B) | 320.54º | 0.9% | 0.96% | - |
| XYZ | 45.59 | 23.15 | 40.1 | - |
| YUV | 107.02 | 163.55 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 170 | 0 | 0.90 | 0.31 | 0.04 | 320.54 | 0.93 | 0.53 |
| Hex | F6 | 18 | AA | 0 | 5A | 1F | 4 | 141 | 5C | 35 |
| Octal | 366 | 30 | 252 | 0 | 132 | 37 | 4 | 501 | 134 | 65 |
| Binary | 11110110 | 11000 | 10101010 | 0 | 1011010 | 11111 | 100 | 101000001 | 1011100 | 110101 |
Color Harmonies of #F618AA
Complementary color
Monochromatic Colors of #F618AA
Black with #F618AA
Text Example
Text Example
White with #F618AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618AA; }
p { color: rgb(246,24,170); }
H1.HeaderClassName
{
color: #F618AA;
}
.AnyTagClassName
{
color: #F618AA;
}
</style>
background-color css
<style>
a { background-color: #F618AA; }
a { background-color: rgb(246,24,170); }
div.DivClassName
{
background-color: #F618AA;
}
.BgClassName
{
background-color: #F618AA;
}
</style>
border-color css
<style>
span { border-color: #F618AA; }
span { border-color: rgb(246,24,170); }
td.TdClassName
{
border-color: #F618AA;
}
.TagClassName
{
border-color: #F618AA;
}
</style>