Shades of Spicy Pink #F814A7
Tints of Spicy Pink #F814A7
RGB
CMYK
RGB Variations
Color information
#F814A7 (or 0xF814A7) is known color: Spicy Pink. HEX triplet: F8, 14 and A7. RGB value is (248,20,167). Sum of RGB (Red+Green+Blue) = 248+20+167=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F814A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F814A7 is #07EB58. Grayscale: #686868. Windows color (decimal): -519001 or 10949880. OLE color: 10949880.
HSL color Cylindrical-coordinate representation of color #F814A7: hue angle of 321.32º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F814A7 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 167 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.03 |
| HSL | 321.32º | 0.94% | 0.53% | - |
| HSV(B) | 321.32º | 0.92% | 0.97% | - |
| XYZ | 45.94 | 23.25 | 38.63 | - |
| YUV | 104.93 | 163.04 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 167 | 0 | 0.92 | 0.33 | 0.03 | 321.32 | 0.94 | 0.53 |
| Hex | F8 | 14 | A7 | 0 | 5C | 21 | 3 | 141 | 5E | 35 |
| Octal | 370 | 24 | 247 | 0 | 134 | 41 | 3 | 501 | 136 | 65 |
| Binary | 11111000 | 10100 | 10100111 | 0 | 1011100 | 100001 | 11 | 101000001 | 1011110 | 110101 |
Color Harmonies of #F814A7
Complementary color
Monochromatic Colors of #F814A7
Black with #F814A7
Text Example
Text Example
White with #F814A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F814A7; }
p { color: rgb(248,20,167); }
H1.HeaderClassName
{
color: #F814A7;
}
.AnyTagClassName
{
color: #F814A7;
}
</style>
background-color css
<style>
a { background-color: #F814A7; }
a { background-color: rgb(248,20,167); }
div.DivClassName
{
background-color: #F814A7;
}
.BgClassName
{
background-color: #F814A7;
}
</style>
border-color css
<style>
span { border-color: #F814A7; }
span { border-color: rgb(248,20,167); }
td.TdClassName
{
border-color: #F814A7;
}
.TagClassName
{
border-color: #F814A7;
}
</style>