Shades of Spicy Pink #F226AF
Tints of Spicy Pink #F226AF
RGB
CMYK
RGB Variations
Color information
#F226AF (or 0xF226AF) is known color: Spicy Pink. HEX triplet: F2, 26 and AF. RGB value is (242,38,175). Sum of RGB (Red+Green+Blue) = 242+38+175=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F226AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F226AF is #0DD950. Grayscale: #727272. Windows color (decimal): -907601 or 11478770. OLE color: 11478770.
HSL color Cylindrical-coordinate representation of color #F226AF: hue angle of 319.71º 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 #F226AF is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 175 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.05 |
| HSL | 319.71º | 0.89% | 0.55% | - |
| HSV(B) | 319.71º | 0.84% | 0.95% | - |
| XYZ | 45.05 | 23.36 | 42.69 | - |
| YUV | 114.61 | 162.09 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 175 | 0 | 0.84 | 0.28 | 0.05 | 319.71 | 0.89 | 0.55 |
| Hex | F2 | 26 | AF | 0 | 54 | 1C | 5 | 140 | 59 | 37 |
| Octal | 362 | 46 | 257 | 0 | 124 | 34 | 5 | 500 | 131 | 67 |
| Binary | 11110010 | 100110 | 10101111 | 0 | 1010100 | 11100 | 101 | 101000000 | 1011001 | 110111 |
Color Harmonies of #F226AF
Complementary color
Monochromatic Colors of #F226AF
Black with #F226AF
Text Example
Text Example
White with #F226AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F226AF; }
p { color: rgb(242,38,175); }
H1.HeaderClassName
{
color: #F226AF;
}
.AnyTagClassName
{
color: #F226AF;
}
</style>
background-color css
<style>
a { background-color: #F226AF; }
a { background-color: rgb(242,38,175); }
div.DivClassName
{
background-color: #F226AF;
}
.BgClassName
{
background-color: #F226AF;
}
</style>
border-color css
<style>
span { border-color: #F226AF; }
span { border-color: rgb(242,38,175); }
td.TdClassName
{
border-color: #F226AF;
}
.TagClassName
{
border-color: #F226AF;
}
</style>