Shades of Spicy Pink #F223AD
Tints of Spicy Pink #F223AD
RGB
CMYK
RGB Variations
Color information
#F223AD (or 0xF223AD) is known color: Spicy Pink. HEX triplet: F2, 23 and AD. RGB value is (242,35,173). Sum of RGB (Red+Green+Blue) = 242+35+173=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F223AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F223AD is #0DDC52. Grayscale: #707070. Windows color (decimal): -908371 or 11346930. OLE color: 11346930.
HSL color Cylindrical-coordinate representation of color #F223AD: hue angle of 320º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F223AD is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 173 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.05 |
| HSL | 320º | 0.89% | 0.54% | - |
| HSV(B) | 320º | 0.86% | 0.95% | - |
| XYZ | 44.76 | 23.1 | 41.63 | - |
| YUV | 112.63 | 162.08 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 173 | 0 | 0.86 | 0.29 | 0.05 | 320 | 0.89 | 0.54 |
| Hex | F2 | 23 | AD | 0 | 56 | 1D | 5 | 140 | 59 | 36 |
| Octal | 362 | 43 | 255 | 0 | 126 | 35 | 5 | 500 | 131 | 66 |
| Binary | 11110010 | 100011 | 10101101 | 0 | 1010110 | 11101 | 101 | 101000000 | 1011001 | 110110 |
Color Harmonies of #F223AD
Complementary color
Monochromatic Colors of #F223AD
Black with #F223AD
Text Example
Text Example
White with #F223AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F223AD; }
p { color: rgb(242,35,173); }
H1.HeaderClassName
{
color: #F223AD;
}
.AnyTagClassName
{
color: #F223AD;
}
</style>
background-color css
<style>
a { background-color: #F223AD; }
a { background-color: rgb(242,35,173); }
div.DivClassName
{
background-color: #F223AD;
}
.BgClassName
{
background-color: #F223AD;
}
</style>
border-color css
<style>
span { border-color: #F223AD; }
span { border-color: rgb(242,35,173); }
td.TdClassName
{
border-color: #F223AD;
}
.TagClassName
{
border-color: #F223AD;
}
</style>