Shades of Spicy Pink #F027BA
Tints of Spicy Pink #F027BA
RGB
CMYK
RGB Variations
Color information
#F027BA (or 0xF027BA) is known color: Spicy Pink. HEX triplet: F0, 27 and BA. RGB value is (240,39,186). Sum of RGB (Red+Green+Blue) = 240+39+186=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 39 (15.62% from 255 or 8.39% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F027BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F027BA is #0FD845. Grayscale: #737373. Windows color (decimal): -1038406 or 12199920. OLE color: 12199920.
HSL color Cylindrical-coordinate representation of color #F027BA: hue angle of 316.12º 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 #F027BA is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 39 | 186 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.06 |
| HSL | 316.12º | 0.87% | 0.55% | - |
| HSV(B) | 316.12º | 0.84% | 0.94% | - |
| XYZ | 45.52 | 23.52 | 48.6 | - |
| YUV | 115.86 | 167.59 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 39 | 186 | 0 | 0.84 | 0.22 | 0.06 | 316.12 | 0.87 | 0.55 |
| Hex | F0 | 27 | BA | 0 | 54 | 16 | 6 | 13C | 57 | 37 |
| Octal | 360 | 47 | 272 | 0 | 124 | 26 | 6 | 474 | 127 | 67 |
| Binary | 11110000 | 100111 | 10111010 | 0 | 1010100 | 10110 | 110 | 100111100 | 1010111 | 110111 |
Color Harmonies of #F027BA
Complementary color
Monochromatic Colors of #F027BA
Black with #F027BA
Text Example
Text Example
White with #F027BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F027BA; }
p { color: rgb(240,39,186); }
H1.HeaderClassName
{
color: #F027BA;
}
.AnyTagClassName
{
color: #F027BA;
}
</style>
background-color css
<style>
a { background-color: #F027BA; }
a { background-color: rgb(240,39,186); }
div.DivClassName
{
background-color: #F027BA;
}
.BgClassName
{
background-color: #F027BA;
}
</style>
border-color css
<style>
span { border-color: #F027BA; }
span { border-color: rgb(240,39,186); }
td.TdClassName
{
border-color: #F027BA;
}
.TagClassName
{
border-color: #F027BA;
}
</style>