Shades of Spicy Pink #F123B4
Tints of Spicy Pink #F123B4
RGB
CMYK
RGB Variations
Color information
#F123B4 (or 0xF123B4) is known color: Spicy Pink. HEX triplet: F1, 23 and B4. RGB value is (241,35,180). Sum of RGB (Red+Green+Blue) = 241+35+180=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 35 (14.06% from 255 or 7.68% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F123B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F123B4 is #0EDC4B. Grayscale: #707070. Windows color (decimal): -973900 or 11805681. OLE color: 11805681.
HSL color Cylindrical-coordinate representation of color #F123B4: hue angle of 317.77º 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 #F123B4 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 180 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.05 |
| HSL | 317.77º | 0.88% | 0.54% | - |
| HSV(B) | 317.77º | 0.85% | 0.95% | - |
| XYZ | 45.11 | 23.2 | 45.28 | - |
| YUV | 113.12 | 165.75 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 180 | 0 | 0.85 | 0.25 | 0.05 | 317.77 | 0.88 | 0.54 |
| Hex | F1 | 23 | B4 | 0 | 55 | 19 | 5 | 13E | 58 | 36 |
| Octal | 361 | 43 | 264 | 0 | 125 | 31 | 5 | 476 | 130 | 66 |
| Binary | 11110001 | 100011 | 10110100 | 0 | 1010101 | 11001 | 101 | 100111110 | 1011000 | 110110 |
Color Harmonies of #F123B4
Complementary color
Monochromatic Colors of #F123B4
Black with #F123B4
Text Example
Text Example
White with #F123B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123B4; }
p { color: rgb(241,35,180); }
H1.HeaderClassName
{
color: #F123B4;
}
.AnyTagClassName
{
color: #F123B4;
}
</style>
background-color css
<style>
a { background-color: #F123B4; }
a { background-color: rgb(241,35,180); }
div.DivClassName
{
background-color: #F123B4;
}
.BgClassName
{
background-color: #F123B4;
}
</style>
border-color css
<style>
span { border-color: #F123B4; }
span { border-color: rgb(241,35,180); }
td.TdClassName
{
border-color: #F123B4;
}
.TagClassName
{
border-color: #F123B4;
}
</style>