Shades of Spicy Pink #F424BC
Tints of Spicy Pink #F424BC
RGB
CMYK
RGB Variations
Color information
#F424BC (or 0xF424BC) is known color: Spicy Pink. HEX triplet: F4, 24 and BC. RGB value is (244,36,188). Sum of RGB (Red+Green+Blue) = 244+36+188=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F424BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F424BC is #0BDB43. Grayscale: #737373. Windows color (decimal): -777028 or 12330228. OLE color: 12330228.
HSL color Cylindrical-coordinate representation of color #F424BC: hue angle of 316.15º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F424BC is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 188 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.04 |
| HSL | 316.15º | 0.9% | 0.55% | - |
| HSV(B) | 316.15º | 0.85% | 0.96% | - |
| XYZ | 47.02 | 24.13 | 49.76 | - |
| YUV | 115.52 | 168.91 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 188 | 0 | 0.85 | 0.23 | 0.04 | 316.15 | 0.9 | 0.55 |
| Hex | F4 | 24 | BC | 0 | 55 | 17 | 4 | 13C | 5A | 37 |
| Octal | 364 | 44 | 274 | 0 | 125 | 27 | 4 | 474 | 132 | 67 |
| Binary | 11110100 | 100100 | 10111100 | 0 | 1010101 | 10111 | 100 | 100111100 | 1011010 | 110111 |
Color Harmonies of #F424BC
Complementary color
Monochromatic Colors of #F424BC
Black with #F424BC
Text Example
Text Example
White with #F424BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F424BC; }
p { color: rgb(244,36,188); }
H1.HeaderClassName
{
color: #F424BC;
}
.AnyTagClassName
{
color: #F424BC;
}
</style>
background-color css
<style>
a { background-color: #F424BC; }
a { background-color: rgb(244,36,188); }
div.DivClassName
{
background-color: #F424BC;
}
.BgClassName
{
background-color: #F424BC;
}
</style>
border-color css
<style>
span { border-color: #F424BC; }
span { border-color: rgb(244,36,188); }
td.TdClassName
{
border-color: #F424BC;
}
.TagClassName
{
border-color: #F424BC;
}
</style>