Shades of Spicy Pink #F127B7
Tints of Spicy Pink #F127B7
RGB
CMYK
RGB Variations
Color information
#F127B7 (or 0xF127B7) is known color: Spicy Pink. HEX triplet: F1, 27 and B7. RGB value is (241,39,183). Sum of RGB (Red+Green+Blue) = 241+39+183=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 39 (15.62% from 255 or 8.42% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F127B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F127B7 is #0ED848. Grayscale: #737373. Windows color (decimal): -972873 or 12003313. OLE color: 12003313.
HSL color Cylindrical-coordinate representation of color #F127B7: hue angle of 317.23º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F127B7 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 183 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.05 |
| HSL | 317.23º | 0.88% | 0.55% | - |
| HSV(B) | 317.23º | 0.84% | 0.95% | - |
| XYZ | 45.55 | 23.57 | 46.95 | - |
| YUV | 115.81 | 165.92 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 183 | 0 | 0.84 | 0.24 | 0.05 | 317.23 | 0.88 | 0.55 |
| Hex | F1 | 27 | B7 | 0 | 54 | 18 | 5 | 13D | 58 | 37 |
| Octal | 361 | 47 | 267 | 0 | 124 | 30 | 5 | 475 | 130 | 67 |
| Binary | 11110001 | 100111 | 10110111 | 0 | 1010100 | 11000 | 101 | 100111101 | 1011000 | 110111 |
Color Harmonies of #F127B7
Complementary color
Monochromatic Colors of #F127B7
Black with #F127B7
Text Example
Text Example
White with #F127B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F127B7; }
p { color: rgb(241,39,183); }
H1.HeaderClassName
{
color: #F127B7;
}
.AnyTagClassName
{
color: #F127B7;
}
</style>
background-color css
<style>
a { background-color: #F127B7; }
a { background-color: rgb(241,39,183); }
div.DivClassName
{
background-color: #F127B7;
}
.BgClassName
{
background-color: #F127B7;
}
</style>
border-color css
<style>
span { border-color: #F127B7; }
span { border-color: rgb(241,39,183); }
td.TdClassName
{
border-color: #F127B7;
}
.TagClassName
{
border-color: #F127B7;
}
</style>