Shades of Spicy Pink #F423BC
Tints of Spicy Pink #F423BC
RGB
CMYK
RGB Variations
Color information
#F423BC (or 0xF423BC) is known color: Spicy Pink. HEX triplet: F4, 23 and BC. RGB value is (244,35,188). Sum of RGB (Red+Green+Blue) = 244+35+188=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 35 (14.06% from 255 or 7.49% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F423BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F423BC is #0BDC43. Grayscale: #727272. Windows color (decimal): -777284 or 12329972. OLE color: 12329972.
HSL color Cylindrical-coordinate representation of color #F423BC: hue angle of 316.08º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F423BC is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 188 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.04 |
| HSL | 316.08º | 0.9% | 0.55% | - |
| HSV(B) | 316.08º | 0.86% | 0.96% | - |
| XYZ | 46.99 | 24.07 | 49.75 | - |
| YUV | 114.93 | 169.24 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 188 | 0 | 0.86 | 0.23 | 0.04 | 316.08 | 0.9 | 0.55 |
| Hex | F4 | 23 | BC | 0 | 56 | 17 | 4 | 13C | 5A | 37 |
| Octal | 364 | 43 | 274 | 0 | 126 | 27 | 4 | 474 | 132 | 67 |
| Binary | 11110100 | 100011 | 10111100 | 0 | 1010110 | 10111 | 100 | 100111100 | 1011010 | 110111 |
Color Harmonies of #F423BC
Complementary color
Monochromatic Colors of #F423BC
Black with #F423BC
Text Example
Text Example
White with #F423BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F423BC; }
p { color: rgb(244,35,188); }
H1.HeaderClassName
{
color: #F423BC;
}
.AnyTagClassName
{
color: #F423BC;
}
</style>
background-color css
<style>
a { background-color: #F423BC; }
a { background-color: rgb(244,35,188); }
div.DivClassName
{
background-color: #F423BC;
}
.BgClassName
{
background-color: #F423BC;
}
</style>
border-color css
<style>
span { border-color: #F423BC; }
span { border-color: rgb(244,35,188); }
td.TdClassName
{
border-color: #F423BC;
}
.TagClassName
{
border-color: #F423BC;
}
</style>