Shades of Spicy Pink #F90FB0
Tints of Spicy Pink #F90FB0
RGB
CMYK
RGB Variations
Color information
#F90FB0 (or 0xF90FB0) is known color: Spicy Pink. HEX triplet: F9, 0F and B0. RGB value is (249,15,176). Sum of RGB (Red+Green+Blue) = 249+15+176=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90FB0 is #06F04F. Grayscale: #666666. Windows color (decimal): -454736 or 11538425. OLE color: 11538425.
HSL color Cylindrical-coordinate representation of color #F90FB0: hue angle of 318.72º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90FB0 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 176 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.02 |
| HSL | 318.72º | 0.95% | 0.52% | - |
| HSV(B) | 318.72º | 0.94% | 0.98% | - |
| XYZ | 47.07 | 23.62 | 43.15 | - |
| YUV | 103.32 | 169.02 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 176 | 0 | 0.94 | 0.29 | 0.02 | 318.72 | 0.95 | 0.52 |
| Hex | F9 | F | B0 | 0 | 5E | 1D | 2 | 13F | 5F | 34 |
| Octal | 371 | 17 | 260 | 0 | 136 | 35 | 2 | 477 | 137 | 64 |
| Binary | 11111001 | 1111 | 10110000 | 0 | 1011110 | 11101 | 10 | 100111111 | 1011111 | 110100 |
Color Harmonies of #F90FB0
Complementary color
Monochromatic Colors of #F90FB0
Black with #F90FB0
Text Example
Text Example
White with #F90FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90FB0; }
p { color: rgb(249,15,176); }
H1.HeaderClassName
{
color: #F90FB0;
}
.AnyTagClassName
{
color: #F90FB0;
}
</style>
background-color css
<style>
a { background-color: #F90FB0; }
a { background-color: rgb(249,15,176); }
div.DivClassName
{
background-color: #F90FB0;
}
.BgClassName
{
background-color: #F90FB0;
}
</style>
border-color css
<style>
span { border-color: #F90FB0; }
span { border-color: rgb(249,15,176); }
td.TdClassName
{
border-color: #F90FB0;
}
.TagClassName
{
border-color: #F90FB0;
}
</style>