Shades of Spicy Pink #F515AD
Tints of Spicy Pink #F515AD
RGB
CMYK
RGB Variations
Color information
#F515AD (or 0xF515AD) is known color: Spicy Pink. HEX triplet: F5, 15 and AD. RGB value is (245,21,173). Sum of RGB (Red+Green+Blue) = 245+21+173=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F515AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F515AD is #0AEA52. Grayscale: #686868. Windows color (decimal): -715347 or 11343349. OLE color: 11343349.
HSL color Cylindrical-coordinate representation of color #F515AD: hue angle of 319.29º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F515AD is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 173 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.04 |
| HSL | 319.29º | 0.92% | 0.52% | - |
| HSV(B) | 319.29º | 0.91% | 0.96% | - |
| XYZ | 45.47 | 22.97 | 41.57 | - |
| YUV | 105.3 | 166.21 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 173 | 0 | 0.91 | 0.29 | 0.04 | 319.29 | 0.92 | 0.52 |
| Hex | F5 | 15 | AD | 0 | 5B | 1D | 4 | 13F | 5C | 34 |
| Octal | 365 | 25 | 255 | 0 | 133 | 35 | 4 | 477 | 134 | 64 |
| Binary | 11110101 | 10101 | 10101101 | 0 | 1011011 | 11101 | 100 | 100111111 | 1011100 | 110100 |
Color Harmonies of #F515AD
Complementary color
Monochromatic Colors of #F515AD
Black with #F515AD
Text Example
Text Example
White with #F515AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F515AD; }
p { color: rgb(245,21,173); }
H1.HeaderClassName
{
color: #F515AD;
}
.AnyTagClassName
{
color: #F515AD;
}
</style>
background-color css
<style>
a { background-color: #F515AD; }
a { background-color: rgb(245,21,173); }
div.DivClassName
{
background-color: #F515AD;
}
.BgClassName
{
background-color: #F515AD;
}
</style>
border-color css
<style>
span { border-color: #F515AD; }
span { border-color: rgb(245,21,173); }
td.TdClassName
{
border-color: #F515AD;
}
.TagClassName
{
border-color: #F515AD;
}
</style>