Shades of Spicy Pink #F514AA
Tints of Spicy Pink #F514AA
RGB
CMYK
RGB Variations
Color information
#F514AA (or 0xF514AA) is known color: Spicy Pink. HEX triplet: F5, 14 and AA. RGB value is (245,20,170). Sum of RGB (Red+Green+Blue) = 245+20+170=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F514AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F514AA is #0AEB55. Grayscale: #686868. Windows color (decimal): -715606 or 11146485. OLE color: 11146485.
HSL color Cylindrical-coordinate representation of color #F514AA: hue angle of 320º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F514AA is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 170 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.04 |
| HSL | 320º | 0.92% | 0.52% | - |
| HSV(B) | 320º | 0.92% | 0.96% | - |
| XYZ | 45.16 | 22.82 | 40.05 | - |
| YUV | 104.38 | 165.04 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 170 | 0 | 0.92 | 0.31 | 0.04 | 320 | 0.92 | 0.52 |
| Hex | F5 | 14 | AA | 0 | 5C | 1F | 4 | 140 | 5C | 34 |
| Octal | 365 | 24 | 252 | 0 | 134 | 37 | 4 | 500 | 134 | 64 |
| Binary | 11110101 | 10100 | 10101010 | 0 | 1011100 | 11111 | 100 | 101000000 | 1011100 | 110100 |
Color Harmonies of #F514AA
Complementary color
Monochromatic Colors of #F514AA
Black with #F514AA
Text Example
Text Example
White with #F514AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514AA; }
p { color: rgb(245,20,170); }
H1.HeaderClassName
{
color: #F514AA;
}
.AnyTagClassName
{
color: #F514AA;
}
</style>
background-color css
<style>
a { background-color: #F514AA; }
a { background-color: rgb(245,20,170); }
div.DivClassName
{
background-color: #F514AA;
}
.BgClassName
{
background-color: #F514AA;
}
</style>
border-color css
<style>
span { border-color: #F514AA; }
span { border-color: rgb(245,20,170); }
td.TdClassName
{
border-color: #F514AA;
}
.TagClassName
{
border-color: #F514AA;
}
</style>