Shades of Spicy Pink #F123B3
Tints of Spicy Pink #F123B3
RGB
CMYK
RGB Variations
Color information
#F123B3 (or 0xF123B3) is known color: Spicy Pink. HEX triplet: F1, 23 and B3. RGB value is (241,35,179). Sum of RGB (Red+Green+Blue) = 241+35+179=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F123B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F123B3 is #0EDC4C. Grayscale: #707070. Windows color (decimal): -973901 or 11740145. OLE color: 11740145.
HSL color Cylindrical-coordinate representation of color #F123B3: hue angle of 318.06º 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 #F123B3 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 179 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.05 |
| HSL | 318.06º | 0.88% | 0.54% | - |
| HSV(B) | 318.06º | 0.85% | 0.95% | - |
| XYZ | 45.01 | 23.16 | 44.75 | - |
| YUV | 113.01 | 165.25 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 179 | 0 | 0.85 | 0.26 | 0.05 | 318.06 | 0.88 | 0.54 |
| Hex | F1 | 23 | B3 | 0 | 55 | 1A | 5 | 13E | 58 | 36 |
| Octal | 361 | 43 | 263 | 0 | 125 | 32 | 5 | 476 | 130 | 66 |
| Binary | 11110001 | 100011 | 10110011 | 0 | 1010101 | 11010 | 101 | 100111110 | 1011000 | 110110 |
Color Harmonies of #F123B3
Complementary color
Monochromatic Colors of #F123B3
Black with #F123B3
Text Example
Text Example
White with #F123B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123B3; }
p { color: rgb(241,35,179); }
H1.HeaderClassName
{
color: #F123B3;
}
.AnyTagClassName
{
color: #F123B3;
}
</style>
background-color css
<style>
a { background-color: #F123B3; }
a { background-color: rgb(241,35,179); }
div.DivClassName
{
background-color: #F123B3;
}
.BgClassName
{
background-color: #F123B3;
}
</style>
border-color css
<style>
span { border-color: #F123B3; }
span { border-color: rgb(241,35,179); }
td.TdClassName
{
border-color: #F123B3;
}
.TagClassName
{
border-color: #F123B3;
}
</style>