Shades of Spicy Pink #F427AF
Tints of Spicy Pink #F427AF
RGB
CMYK
RGB Variations
Color information
#F427AF (or 0xF427AF) is known color: Spicy Pink. HEX triplet: F4, 27 and AF. RGB value is (244,39,175). Sum of RGB (Red+Green+Blue) = 244+39+175=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F427AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F427AF is #0BD850. Grayscale: #737373. Windows color (decimal): -776273 or 11479028. OLE color: 11479028.
HSL color Cylindrical-coordinate representation of color #F427AF: hue angle of 320.2º 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 #F427AF is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 175 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.04 |
| HSL | 320.2º | 0.9% | 0.55% | - |
| HSV(B) | 320.2º | 0.84% | 0.96% | - |
| XYZ | 45.77 | 23.78 | 42.73 | - |
| YUV | 115.8 | 161.42 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 175 | 0 | 0.84 | 0.28 | 0.04 | 320.2 | 0.9 | 0.55 |
| Hex | F4 | 27 | AF | 0 | 54 | 1C | 4 | 140 | 5A | 37 |
| Octal | 364 | 47 | 257 | 0 | 124 | 34 | 4 | 500 | 132 | 67 |
| Binary | 11110100 | 100111 | 10101111 | 0 | 1010100 | 11100 | 100 | 101000000 | 1011010 | 110111 |
Color Harmonies of #F427AF
Complementary color
Monochromatic Colors of #F427AF
Black with #F427AF
Text Example
Text Example
White with #F427AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F427AF; }
p { color: rgb(244,39,175); }
H1.HeaderClassName
{
color: #F427AF;
}
.AnyTagClassName
{
color: #F427AF;
}
</style>
background-color css
<style>
a { background-color: #F427AF; }
a { background-color: rgb(244,39,175); }
div.DivClassName
{
background-color: #F427AF;
}
.BgClassName
{
background-color: #F427AF;
}
</style>
border-color css
<style>
span { border-color: #F427AF; }
span { border-color: rgb(244,39,175); }
td.TdClassName
{
border-color: #F427AF;
}
.TagClassName
{
border-color: #F427AF;
}
</style>