Shades of Spicy Pink #F126B2
Tints of Spicy Pink #F126B2
RGB
CMYK
RGB Variations
Color information
#F126B2 (or 0xF126B2) is known color: Spicy Pink. HEX triplet: F1, 26 and B2. RGB value is (241,38,178). Sum of RGB (Red+Green+Blue) = 241+38+178=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F126B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F126B2 is #0ED94D. Grayscale: #727272. Windows color (decimal): -973134 or 11675377. OLE color: 11675377.
HSL color Cylindrical-coordinate representation of color #F126B2: hue angle of 318.62º 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 #F126B2 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 178 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.05 |
| HSL | 318.62º | 0.88% | 0.55% | - |
| HSV(B) | 318.62º | 0.84% | 0.95% | - |
| XYZ | 45 | 23.3 | 44.25 | - |
| YUV | 114.66 | 163.75 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 178 | 0 | 0.84 | 0.26 | 0.05 | 318.62 | 0.88 | 0.55 |
| Hex | F1 | 26 | B2 | 0 | 54 | 1A | 5 | 13F | 58 | 37 |
| Octal | 361 | 46 | 262 | 0 | 124 | 32 | 5 | 477 | 130 | 67 |
| Binary | 11110001 | 100110 | 10110010 | 0 | 1010100 | 11010 | 101 | 100111111 | 1011000 | 110111 |
Color Harmonies of #F126B2
Complementary color
Monochromatic Colors of #F126B2
Black with #F126B2
Text Example
Text Example
White with #F126B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F126B2; }
p { color: rgb(241,38,178); }
H1.HeaderClassName
{
color: #F126B2;
}
.AnyTagClassName
{
color: #F126B2;
}
</style>
background-color css
<style>
a { background-color: #F126B2; }
a { background-color: rgb(241,38,178); }
div.DivClassName
{
background-color: #F126B2;
}
.BgClassName
{
background-color: #F126B2;
}
</style>
border-color css
<style>
span { border-color: #F126B2; }
span { border-color: rgb(241,38,178); }
td.TdClassName
{
border-color: #F126B2;
}
.TagClassName
{
border-color: #F126B2;
}
</style>