Shades of Spicy Pink #F018B4
Tints of Spicy Pink #F018B4
RGB
CMYK
RGB Variations
Color information
#F018B4 (or 0xF018B4) is known color: Spicy Pink. HEX triplet: F0, 18 and B4. RGB value is (240,24,180). Sum of RGB (Red+Green+Blue) = 240+24+180=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F018B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018B4 is #0FE74B. Grayscale: #696969. Windows color (decimal): -1042252 or 11802864. OLE color: 11802864.
HSL color Cylindrical-coordinate representation of color #F018B4: hue angle of 316.67º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F018B4 is Cyan = 0, Magento = 0.9, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 180 | - |
| CMYK | 0 | 0.9 | 0.25 | 0.06 |
| HSL | 316.67º | 0.88% | 0.52% | - |
| HSV(B) | 316.67º | 0.9% | 0.94% | - |
| XYZ | 44.5 | 22.47 | 45.17 | - |
| YUV | 106.37 | 169.56 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 180 | 0 | 0.9 | 0.25 | 0.06 | 316.67 | 0.88 | 0.52 |
| Hex | F0 | 18 | B4 | 0 | 5A | 19 | 6 | 13D | 58 | 34 |
| Octal | 360 | 30 | 264 | 0 | 132 | 31 | 6 | 475 | 130 | 64 |
| Binary | 11110000 | 11000 | 10110100 | 0 | 1011010 | 11001 | 110 | 100111101 | 1011000 | 110100 |
Color Harmonies of #F018B4
Complementary color
Monochromatic Colors of #F018B4
Black with #F018B4
Text Example
Text Example
White with #F018B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018B4; }
p { color: rgb(240,24,180); }
H1.HeaderClassName
{
color: #F018B4;
}
.AnyTagClassName
{
color: #F018B4;
}
</style>
background-color css
<style>
a { background-color: #F018B4; }
a { background-color: rgb(240,24,180); }
div.DivClassName
{
background-color: #F018B4;
}
.BgClassName
{
background-color: #F018B4;
}
</style>
border-color css
<style>
span { border-color: #F018B4; }
span { border-color: rgb(240,24,180); }
td.TdClassName
{
border-color: #F018B4;
}
.TagClassName
{
border-color: #F018B4;
}
</style>