Shades of Spicy Pink #F023B9
Tints of Spicy Pink #F023B9
RGB
CMYK
RGB Variations
Color information
#F023B9 (or 0xF023B9) is known color: Spicy Pink. HEX triplet: F0, 23 and B9. RGB value is (240,35,185). Sum of RGB (Red+Green+Blue) = 240+35+185=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F023B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F023B9 is #0FDC46. Grayscale: #717171. Windows color (decimal): -1039431 or 12133360. OLE color: 12133360.
HSL color Cylindrical-coordinate representation of color #F023B9: hue angle of 316.1º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F023B9 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 185 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.06 |
| HSL | 316.1º | 0.87% | 0.54% | - |
| HSV(B) | 316.1º | 0.85% | 0.94% | - |
| XYZ | 45.29 | 23.23 | 48 | - |
| YUV | 113.4 | 168.42 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 185 | 0 | 0.85 | 0.23 | 0.06 | 316.1 | 0.87 | 0.54 |
| Hex | F0 | 23 | B9 | 0 | 55 | 17 | 6 | 13C | 57 | 36 |
| Octal | 360 | 43 | 271 | 0 | 125 | 27 | 6 | 474 | 127 | 66 |
| Binary | 11110000 | 100011 | 10111001 | 0 | 1010101 | 10111 | 110 | 100111100 | 1010111 | 110110 |
Color Harmonies of #F023B9
Complementary color
Monochromatic Colors of #F023B9
Black with #F023B9
Text Example
Text Example
White with #F023B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F023B9; }
p { color: rgb(240,35,185); }
H1.HeaderClassName
{
color: #F023B9;
}
.AnyTagClassName
{
color: #F023B9;
}
</style>
background-color css
<style>
a { background-color: #F023B9; }
a { background-color: rgb(240,35,185); }
div.DivClassName
{
background-color: #F023B9;
}
.BgClassName
{
background-color: #F023B9;
}
</style>
border-color css
<style>
span { border-color: #F023B9; }
span { border-color: rgb(240,35,185); }
td.TdClassName
{
border-color: #F023B9;
}
.TagClassName
{
border-color: #F023B9;
}
</style>