Shades of Spicy Pink #F129B8
Tints of Spicy Pink #F129B8
RGB
CMYK
RGB Variations
Color information
#F129B8 (or 0xF129B8) is known color: Spicy Pink. HEX triplet: F1, 29 and B8. RGB value is (241,41,184). Sum of RGB (Red+Green+Blue) = 241+41+184=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F129B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F129B8 is #0ED647. Grayscale: #747474. Windows color (decimal): -972360 or 12069361. OLE color: 12069361.
HSL color Cylindrical-coordinate representation of color #F129B8: hue angle of 317.1º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F129B8 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 184 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.05 |
| HSL | 317.1º | 0.88% | 0.55% | - |
| HSV(B) | 317.1º | 0.83% | 0.95% | - |
| XYZ | 45.72 | 23.75 | 47.52 | - |
| YUV | 117.1 | 165.76 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 184 | 0 | 0.83 | 0.24 | 0.05 | 317.1 | 0.88 | 0.55 |
| Hex | F1 | 29 | B8 | 0 | 53 | 18 | 5 | 13D | 58 | 37 |
| Octal | 361 | 51 | 270 | 0 | 123 | 30 | 5 | 475 | 130 | 67 |
| Binary | 11110001 | 101001 | 10111000 | 0 | 1010011 | 11000 | 101 | 100111101 | 1011000 | 110111 |
Color Harmonies of #F129B8
Complementary color
Monochromatic Colors of #F129B8
Black with #F129B8
Text Example
Text Example
White with #F129B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F129B8; }
p { color: rgb(241,41,184); }
H1.HeaderClassName
{
color: #F129B8;
}
.AnyTagClassName
{
color: #F129B8;
}
</style>
background-color css
<style>
a { background-color: #F129B8; }
a { background-color: rgb(241,41,184); }
div.DivClassName
{
background-color: #F129B8;
}
.BgClassName
{
background-color: #F129B8;
}
</style>
border-color css
<style>
span { border-color: #F129B8; }
span { border-color: rgb(241,41,184); }
td.TdClassName
{
border-color: #F129B8;
}
.TagClassName
{
border-color: #F129B8;
}
</style>