Shades of Spicy Pink #F423BD
Tints of Spicy Pink #F423BD
RGB
CMYK
RGB Variations
Color information
#F423BD (or 0xF423BD) is known color: Spicy Pink. HEX triplet: F4, 23 and BD. RGB value is (244,35,189). Sum of RGB (Red+Green+Blue) = 244+35+189=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F423BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F423BD is #0BDC42. Grayscale: #727272. Windows color (decimal): -777283 or 12395508. OLE color: 12395508.
HSL color Cylindrical-coordinate representation of color #F423BD: hue angle of 315.79º 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 #F423BD is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 189 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.04 |
| HSL | 315.79º | 0.9% | 0.55% | - |
| HSV(B) | 315.79º | 0.86% | 0.96% | - |
| XYZ | 47.09 | 24.11 | 50.32 | - |
| YUV | 115.05 | 169.74 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 189 | 0 | 0.86 | 0.23 | 0.04 | 315.79 | 0.9 | 0.55 |
| Hex | F4 | 23 | BD | 0 | 56 | 17 | 4 | 13C | 5A | 37 |
| Octal | 364 | 43 | 275 | 0 | 126 | 27 | 4 | 474 | 132 | 67 |
| Binary | 11110100 | 100011 | 10111101 | 0 | 1010110 | 10111 | 100 | 100111100 | 1011010 | 110111 |
Color Harmonies of #F423BD
Complementary color
Monochromatic Colors of #F423BD
Black with #F423BD
Text Example
Text Example
White with #F423BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F423BD; }
p { color: rgb(244,35,189); }
H1.HeaderClassName
{
color: #F423BD;
}
.AnyTagClassName
{
color: #F423BD;
}
</style>
background-color css
<style>
a { background-color: #F423BD; }
a { background-color: rgb(244,35,189); }
div.DivClassName
{
background-color: #F423BD;
}
.BgClassName
{
background-color: #F423BD;
}
</style>
border-color css
<style>
span { border-color: #F423BD; }
span { border-color: rgb(244,35,189); }
td.TdClassName
{
border-color: #F423BD;
}
.TagClassName
{
border-color: #F423BD;
}
</style>