Shades of Spicy Pink #F018B2
Tints of Spicy Pink #F018B2
RGB
CMYK
RGB Variations
Color information
#F018B2 (or 0xF018B2) is known color: Spicy Pink. HEX triplet: F0, 18 and B2. RGB value is (240,24,178). Sum of RGB (Red+Green+Blue) = 240+24+178=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F018B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F018B2 is #0FE74D. Grayscale: #696969. Windows color (decimal): -1042254 or 11671792. OLE color: 11671792.
HSL color Cylindrical-coordinate representation of color #F018B2: hue angle of 317.22º 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 #F018B2 is Cyan = 0, Magento = 0.9, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 178 | - |
| CMYK | 0 | 0.9 | 0.26 | 0.06 |
| HSL | 317.22º | 0.88% | 0.52% | - |
| HSV(B) | 317.22º | 0.9% | 0.94% | - |
| XYZ | 44.3 | 22.39 | 44.11 | - |
| YUV | 106.14 | 168.56 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 178 | 0 | 0.9 | 0.26 | 0.06 | 317.22 | 0.88 | 0.52 |
| Hex | F0 | 18 | B2 | 0 | 5A | 1A | 6 | 13D | 58 | 34 |
| Octal | 360 | 30 | 262 | 0 | 132 | 32 | 6 | 475 | 130 | 64 |
| Binary | 11110000 | 11000 | 10110010 | 0 | 1011010 | 11010 | 110 | 100111101 | 1011000 | 110100 |
Color Harmonies of #F018B2
Complementary color
Monochromatic Colors of #F018B2
Black with #F018B2
Text Example
Text Example
White with #F018B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018B2; }
p { color: rgb(240,24,178); }
H1.HeaderClassName
{
color: #F018B2;
}
.AnyTagClassName
{
color: #F018B2;
}
</style>
background-color css
<style>
a { background-color: #F018B2; }
a { background-color: rgb(240,24,178); }
div.DivClassName
{
background-color: #F018B2;
}
.BgClassName
{
background-color: #F018B2;
}
</style>
border-color css
<style>
span { border-color: #F018B2; }
span { border-color: rgb(240,24,178); }
td.TdClassName
{
border-color: #F018B2;
}
.TagClassName
{
border-color: #F018B2;
}
</style>