Shades of Spicy Pink #F123B1
Tints of Spicy Pink #F123B1
RGB
CMYK
RGB Variations
Color information
#F123B1 (or 0xF123B1) is known color: Spicy Pink. HEX triplet: F1, 23 and B1. RGB value is (241,35,177). Sum of RGB (Red+Green+Blue) = 241+35+177=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F123B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F123B1 is #0EDC4E. Grayscale: #707070. Windows color (decimal): -973903 or 11609073. OLE color: 11609073.
HSL color Cylindrical-coordinate representation of color #F123B1: hue angle of 318.64º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F123B1 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 177 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.05 |
| HSL | 318.64º | 0.88% | 0.54% | - |
| HSV(B) | 318.64º | 0.85% | 0.95% | - |
| XYZ | 44.81 | 23.08 | 43.69 | - |
| YUV | 112.78 | 164.25 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 177 | 0 | 0.85 | 0.27 | 0.05 | 318.64 | 0.88 | 0.54 |
| Hex | F1 | 23 | B1 | 0 | 55 | 1B | 5 | 13F | 58 | 36 |
| Octal | 361 | 43 | 261 | 0 | 125 | 33 | 5 | 477 | 130 | 66 |
| Binary | 11110001 | 100011 | 10110001 | 0 | 1010101 | 11011 | 101 | 100111111 | 1011000 | 110110 |
Color Harmonies of #F123B1
Complementary color
Monochromatic Colors of #F123B1
Black with #F123B1
Text Example
Text Example
White with #F123B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123B1; }
p { color: rgb(241,35,177); }
H1.HeaderClassName
{
color: #F123B1;
}
.AnyTagClassName
{
color: #F123B1;
}
</style>
background-color css
<style>
a { background-color: #F123B1; }
a { background-color: rgb(241,35,177); }
div.DivClassName
{
background-color: #F123B1;
}
.BgClassName
{
background-color: #F123B1;
}
</style>
border-color css
<style>
span { border-color: #F123B1; }
span { border-color: rgb(241,35,177); }
td.TdClassName
{
border-color: #F123B1;
}
.TagClassName
{
border-color: #F123B1;
}
</style>