Shades of Spicy Pink #F515AF
Tints of Spicy Pink #F515AF
RGB
CMYK
RGB Variations
Color information
#F515AF (or 0xF515AF) is known color: Spicy Pink. HEX triplet: F5, 15 and AF. RGB value is (245,21,175). Sum of RGB (Red+Green+Blue) = 245+21+175=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F515AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F515AF is #0AEA50. Grayscale: #696969. Windows color (decimal): -715345 or 11474421. OLE color: 11474421.
HSL color Cylindrical-coordinate representation of color #F515AF: hue angle of 318.75º 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 #F515AF is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 175 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.04 |
| HSL | 318.75º | 0.92% | 0.52% | - |
| HSV(B) | 318.75º | 0.91% | 0.96% | - |
| XYZ | 45.66 | 23.04 | 42.6 | - |
| YUV | 105.53 | 167.21 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 175 | 0 | 0.91 | 0.29 | 0.04 | 318.75 | 0.92 | 0.52 |
| Hex | F5 | 15 | AF | 0 | 5B | 1D | 4 | 13F | 5C | 34 |
| Octal | 365 | 25 | 257 | 0 | 133 | 35 | 4 | 477 | 134 | 64 |
| Binary | 11110101 | 10101 | 10101111 | 0 | 1011011 | 11101 | 100 | 100111111 | 1011100 | 110100 |
Color Harmonies of #F515AF
Complementary color
Monochromatic Colors of #F515AF
Black with #F515AF
Text Example
Text Example
White with #F515AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F515AF; }
p { color: rgb(245,21,175); }
H1.HeaderClassName
{
color: #F515AF;
}
.AnyTagClassName
{
color: #F515AF;
}
</style>
background-color css
<style>
a { background-color: #F515AF; }
a { background-color: rgb(245,21,175); }
div.DivClassName
{
background-color: #F515AF;
}
.BgClassName
{
background-color: #F515AF;
}
</style>
border-color css
<style>
span { border-color: #F515AF; }
span { border-color: rgb(245,21,175); }
td.TdClassName
{
border-color: #F515AF;
}
.TagClassName
{
border-color: #F515AF;
}
</style>