Shades of Spicy Pink #F81CA5
Tints of Spicy Pink #F81CA5
RGB
CMYK
RGB Variations
Color information
#F81CA5 (or 0xF81CA5) is known color: Spicy Pink. HEX triplet: F8, 1C and A5. RGB value is (248,28,165). Sum of RGB (Red+Green+Blue) = 248+28+165=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81CA5 is #07E35A. Grayscale: #6D6D6D. Windows color (decimal): -516955 or 10820856. OLE color: 10820856.
HSL color Cylindrical-coordinate representation of color #F81CA5: hue angle of 322.64º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81CA5 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 165 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.03 |
| HSL | 322.64º | 0.94% | 0.54% | - |
| HSV(B) | 322.64º | 0.89% | 0.97% | - |
| XYZ | 45.92 | 23.5 | 37.71 | - |
| YUV | 109.4 | 159.39 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 165 | 0 | 0.89 | 0.33 | 0.03 | 322.64 | 0.94 | 0.54 |
| Hex | F8 | 1C | A5 | 0 | 59 | 21 | 3 | 143 | 5E | 36 |
| Octal | 370 | 34 | 245 | 0 | 131 | 41 | 3 | 503 | 136 | 66 |
| Binary | 11111000 | 11100 | 10100101 | 0 | 1011001 | 100001 | 11 | 101000011 | 1011110 | 110110 |
Color Harmonies of #F81CA5
Complementary color
Monochromatic Colors of #F81CA5
Black with #F81CA5
Text Example
Text Example
White with #F81CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81CA5; }
p { color: rgb(248,28,165); }
H1.HeaderClassName
{
color: #F81CA5;
}
.AnyTagClassName
{
color: #F81CA5;
}
</style>
background-color css
<style>
a { background-color: #F81CA5; }
a { background-color: rgb(248,28,165); }
div.DivClassName
{
background-color: #F81CA5;
}
.BgClassName
{
background-color: #F81CA5;
}
</style>
border-color css
<style>
span { border-color: #F81CA5; }
span { border-color: rgb(248,28,165); }
td.TdClassName
{
border-color: #F81CA5;
}
.TagClassName
{
border-color: #F81CA5;
}
</style>