Shades of Spicy Pink #F914B0
Tints of Spicy Pink #F914B0
RGB
CMYK
RGB Variations
Color information
#F914B0 (or 0xF914B0) is known color: Spicy Pink. HEX triplet: F9, 14 and B0. RGB value is (249,20,176). Sum of RGB (Red+Green+Blue) = 249+20+176=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 20 (8.20% from 255 or 4.49% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F914B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F914B0 is #06EB4F. Grayscale: #696969. Windows color (decimal): -453456 or 11539705. OLE color: 11539705.
HSL color Cylindrical-coordinate representation of color #F914B0: hue angle of 319.13º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F914B0 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 176 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.02 |
| HSL | 319.13º | 0.95% | 0.53% | - |
| HSV(B) | 319.13º | 0.92% | 0.98% | - |
| XYZ | 47.15 | 23.77 | 43.18 | - |
| YUV | 106.26 | 167.37 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 176 | 0 | 0.92 | 0.29 | 0.02 | 319.13 | 0.95 | 0.53 |
| Hex | F9 | 14 | B0 | 0 | 5C | 1D | 2 | 13F | 5F | 35 |
| Octal | 371 | 24 | 260 | 0 | 134 | 35 | 2 | 477 | 137 | 65 |
| Binary | 11111001 | 10100 | 10110000 | 0 | 1011100 | 11101 | 10 | 100111111 | 1011111 | 110101 |
Color Harmonies of #F914B0
Complementary color
Monochromatic Colors of #F914B0
Black with #F914B0
Text Example
Text Example
White with #F914B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F914B0; }
p { color: rgb(249,20,176); }
H1.HeaderClassName
{
color: #F914B0;
}
.AnyTagClassName
{
color: #F914B0;
}
</style>
background-color css
<style>
a { background-color: #F914B0; }
a { background-color: rgb(249,20,176); }
div.DivClassName
{
background-color: #F914B0;
}
.BgClassName
{
background-color: #F914B0;
}
</style>
border-color css
<style>
span { border-color: #F914B0; }
span { border-color: rgb(249,20,176); }
td.TdClassName
{
border-color: #F914B0;
}
.TagClassName
{
border-color: #F914B0;
}
</style>