Shades of Spicy Pink #F813AD
Tints of Spicy Pink #F813AD
RGB
CMYK
RGB Variations
Color information
#F813AD (or 0xF813AD) is known color: Spicy Pink. HEX triplet: F8, 13 and AD. RGB value is (248,19,173). Sum of RGB (Red+Green+Blue) = 248+19+173=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 19 (7.81% from 255 or 4.32% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F813AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F813AD is #07EC52. Grayscale: #686868. Windows color (decimal): -519251 or 11342840. OLE color: 11342840.
HSL color Cylindrical-coordinate representation of color #F813AD: hue angle of 319.65º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F813AD is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 173 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.03 |
| HSL | 319.65º | 0.94% | 0.52% | - |
| HSV(B) | 319.65º | 0.92% | 0.97% | - |
| XYZ | 46.49 | 23.44 | 41.61 | - |
| YUV | 105.03 | 166.37 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 173 | 0 | 0.92 | 0.30 | 0.03 | 319.65 | 0.94 | 0.52 |
| Hex | F8 | 13 | AD | 0 | 5C | 1E | 3 | 140 | 5E | 34 |
| Octal | 370 | 23 | 255 | 0 | 134 | 36 | 3 | 500 | 136 | 64 |
| Binary | 11111000 | 10011 | 10101101 | 0 | 1011100 | 11110 | 11 | 101000000 | 1011110 | 110100 |
Color Harmonies of #F813AD
Complementary color
Monochromatic Colors of #F813AD
Black with #F813AD
Text Example
Text Example
White with #F813AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F813AD; }
p { color: rgb(248,19,173); }
H1.HeaderClassName
{
color: #F813AD;
}
.AnyTagClassName
{
color: #F813AD;
}
</style>
background-color css
<style>
a { background-color: #F813AD; }
a { background-color: rgb(248,19,173); }
div.DivClassName
{
background-color: #F813AD;
}
.BgClassName
{
background-color: #F813AD;
}
</style>
border-color css
<style>
span { border-color: #F813AD; }
span { border-color: rgb(248,19,173); }
td.TdClassName
{
border-color: #F813AD;
}
.TagClassName
{
border-color: #F813AD;
}
</style>