Shades of Spicy Pink #F227AD
Tints of Spicy Pink #F227AD
RGB
CMYK
RGB Variations
Color information
#F227AD (or 0xF227AD) is known color: Spicy Pink. HEX triplet: F2, 27 and AD. RGB value is (242,39,173). Sum of RGB (Red+Green+Blue) = 242+39+173=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F227AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F227AD is #0DD852. Grayscale: #727272. Windows color (decimal): -907347 or 11347954. OLE color: 11347954.
HSL color Cylindrical-coordinate representation of color #F227AD: hue angle of 320.39º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F227AD is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 173 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.05 |
| HSL | 320.39º | 0.89% | 0.55% | - |
| HSV(B) | 320.39º | 0.84% | 0.95% | - |
| XYZ | 44.89 | 23.35 | 41.68 | - |
| YUV | 114.97 | 160.75 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 173 | 0 | 0.84 | 0.29 | 0.05 | 320.39 | 0.89 | 0.55 |
| Hex | F2 | 27 | AD | 0 | 54 | 1D | 5 | 140 | 59 | 37 |
| Octal | 362 | 47 | 255 | 0 | 124 | 35 | 5 | 500 | 131 | 67 |
| Binary | 11110010 | 100111 | 10101101 | 0 | 1010100 | 11101 | 101 | 101000000 | 1011001 | 110111 |
Color Harmonies of #F227AD
Complementary color
Monochromatic Colors of #F227AD
Black with #F227AD
Text Example
Text Example
White with #F227AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227AD; }
p { color: rgb(242,39,173); }
H1.HeaderClassName
{
color: #F227AD;
}
.AnyTagClassName
{
color: #F227AD;
}
</style>
background-color css
<style>
a { background-color: #F227AD; }
a { background-color: rgb(242,39,173); }
div.DivClassName
{
background-color: #F227AD;
}
.BgClassName
{
background-color: #F227AD;
}
</style>
border-color css
<style>
span { border-color: #F227AD; }
span { border-color: rgb(242,39,173); }
td.TdClassName
{
border-color: #F227AD;
}
.TagClassName
{
border-color: #F227AD;
}
</style>