Shades of Spicy Pink #F028B8
Tints of Spicy Pink #F028B8
RGB
CMYK
RGB Variations
Color information
#F028B8 (or 0xF028B8) is known color: Spicy Pink. HEX triplet: F0, 28 and B8. RGB value is (240,40,184). Sum of RGB (Red+Green+Blue) = 240+40+184=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F028B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028B8 is #0FD747. Grayscale: #737373. Windows color (decimal): -1038152 or 12069104. OLE color: 12069104.
HSL color Cylindrical-coordinate representation of color #F028B8: hue angle of 316.8º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F028B8 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 184 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.06 |
| HSL | 316.8º | 0.87% | 0.55% | - |
| HSV(B) | 316.8º | 0.83% | 0.94% | - |
| XYZ | 45.35 | 23.5 | 47.49 | - |
| YUV | 116.22 | 166.26 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 184 | 0 | 0.83 | 0.23 | 0.06 | 316.8 | 0.87 | 0.55 |
| Hex | F0 | 28 | B8 | 0 | 53 | 17 | 6 | 13D | 57 | 37 |
| Octal | 360 | 50 | 270 | 0 | 123 | 27 | 6 | 475 | 127 | 67 |
| Binary | 11110000 | 101000 | 10111000 | 0 | 1010011 | 10111 | 110 | 100111101 | 1010111 | 110111 |
Color Harmonies of #F028B8
Complementary color
Monochromatic Colors of #F028B8
Black with #F028B8
Text Example
Text Example
White with #F028B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F028B8; }
p { color: rgb(240,40,184); }
H1.HeaderClassName
{
color: #F028B8;
}
.AnyTagClassName
{
color: #F028B8;
}
</style>
background-color css
<style>
a { background-color: #F028B8; }
a { background-color: rgb(240,40,184); }
div.DivClassName
{
background-color: #F028B8;
}
.BgClassName
{
background-color: #F028B8;
}
</style>
border-color css
<style>
span { border-color: #F028B8; }
span { border-color: rgb(240,40,184); }
td.TdClassName
{
border-color: #F028B8;
}
.TagClassName
{
border-color: #F028B8;
}
</style>