Shades of Spicy Pink #F027BB
Tints of Spicy Pink #F027BB
RGB
CMYK
RGB Variations
Color information
#F027BB (or 0xF027BB) is known color: Spicy Pink. HEX triplet: F0, 27 and BB. RGB value is (240,39,187). Sum of RGB (Red+Green+Blue) = 240+39+187=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 39 (15.62% from 255 or 8.37% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F027BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F027BB is #0FD844. Grayscale: #737373. Windows color (decimal): -1038405 or 12265456. OLE color: 12265456.
HSL color Cylindrical-coordinate representation of color #F027BB: hue angle of 315.82º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F027BB is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 39 | 187 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.06 |
| HSL | 315.82º | 0.87% | 0.55% | - |
| HSV(B) | 315.82º | 0.84% | 0.94% | - |
| XYZ | 45.63 | 23.56 | 49.16 | - |
| YUV | 115.97 | 168.09 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 39 | 187 | 0 | 0.84 | 0.22 | 0.06 | 315.82 | 0.87 | 0.55 |
| Hex | F0 | 27 | BB | 0 | 54 | 16 | 6 | 13C | 57 | 37 |
| Octal | 360 | 47 | 273 | 0 | 124 | 26 | 6 | 474 | 127 | 67 |
| Binary | 11110000 | 100111 | 10111011 | 0 | 1010100 | 10110 | 110 | 100111100 | 1010111 | 110111 |
Color Harmonies of #F027BB
Complementary color
Monochromatic Colors of #F027BB
Black with #F027BB
Text Example
Text Example
White with #F027BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F027BB; }
p { color: rgb(240,39,187); }
H1.HeaderClassName
{
color: #F027BB;
}
.AnyTagClassName
{
color: #F027BB;
}
</style>
background-color css
<style>
a { background-color: #F027BB; }
a { background-color: rgb(240,39,187); }
div.DivClassName
{
background-color: #F027BB;
}
.BgClassName
{
background-color: #F027BB;
}
</style>
border-color css
<style>
span { border-color: #F027BB; }
span { border-color: rgb(240,39,187); }
td.TdClassName
{
border-color: #F027BB;
}
.TagClassName
{
border-color: #F027BB;
}
</style>