Shades of Spicy Pink #F426BC
Tints of Spicy Pink #F426BC
RGB
CMYK
RGB Variations
Color information
#F426BC (or 0xF426BC) is known color: Spicy Pink. HEX triplet: F4, 26 and BC. RGB value is (244,38,188). Sum of RGB (Red+Green+Blue) = 244+38+188=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F426BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F426BC is #0BD943. Grayscale: #747474. Windows color (decimal): -776516 or 12330740. OLE color: 12330740.
HSL color Cylindrical-coordinate representation of color #F426BC: hue angle of 316.31º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F426BC is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 188 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.04 |
| HSL | 316.31º | 0.9% | 0.55% | - |
| HSV(B) | 316.31º | 0.84% | 0.96% | - |
| XYZ | 47.08 | 24.25 | 49.78 | - |
| YUV | 116.69 | 168.25 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 188 | 0 | 0.84 | 0.23 | 0.04 | 316.31 | 0.9 | 0.55 |
| Hex | F4 | 26 | BC | 0 | 54 | 17 | 4 | 13C | 5A | 37 |
| Octal | 364 | 46 | 274 | 0 | 124 | 27 | 4 | 474 | 132 | 67 |
| Binary | 11110100 | 100110 | 10111100 | 0 | 1010100 | 10111 | 100 | 100111100 | 1011010 | 110111 |
Color Harmonies of #F426BC
Complementary color
Monochromatic Colors of #F426BC
Black with #F426BC
Text Example
Text Example
White with #F426BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F426BC; }
p { color: rgb(244,38,188); }
H1.HeaderClassName
{
color: #F426BC;
}
.AnyTagClassName
{
color: #F426BC;
}
</style>
background-color css
<style>
a { background-color: #F426BC; }
a { background-color: rgb(244,38,188); }
div.DivClassName
{
background-color: #F426BC;
}
.BgClassName
{
background-color: #F426BC;
}
</style>
border-color css
<style>
span { border-color: #F426BC; }
span { border-color: rgb(244,38,188); }
td.TdClassName
{
border-color: #F426BC;
}
.TagClassName
{
border-color: #F426BC;
}
</style>