Shades of Spicy Pink #F018A3
Tints of Spicy Pink #F018A3
RGB
CMYK
RGB Variations
Color information
#F018A3 (or 0xF018A3) is known color: Spicy Pink. HEX triplet: F0, 18 and A3. RGB value is (240,24,163). Sum of RGB (Red+Green+Blue) = 240+24+163=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F018A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F018A3 is #0FE75C. Grayscale: #686868. Windows color (decimal): -1042269 or 10688752. OLE color: 10688752.
HSL color Cylindrical-coordinate representation of color #F018A3: hue angle of 321.39º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F018A3 is Cyan = 0, Magento = 0.9, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 163 | - |
| CMYK | 0 | 0.9 | 0.32 | 0.06 |
| HSL | 321.39º | 0.88% | 0.52% | - |
| HSV(B) | 321.39º | 0.9% | 0.94% | - |
| XYZ | 42.87 | 21.82 | 36.6 | - |
| YUV | 104.43 | 161.06 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 163 | 0 | 0.9 | 0.32 | 0.06 | 321.39 | 0.88 | 0.52 |
| Hex | F0 | 18 | A3 | 0 | 5A | 20 | 6 | 141 | 58 | 34 |
| Octal | 360 | 30 | 243 | 0 | 132 | 40 | 6 | 501 | 130 | 64 |
| Binary | 11110000 | 11000 | 10100011 | 0 | 1011010 | 100000 | 110 | 101000001 | 1011000 | 110100 |
Color Harmonies of #F018A3
Complementary color
Monochromatic Colors of #F018A3
Black with #F018A3
Text Example
Text Example
White with #F018A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018A3; }
p { color: rgb(240,24,163); }
H1.HeaderClassName
{
color: #F018A3;
}
.AnyTagClassName
{
color: #F018A3;
}
</style>
background-color css
<style>
a { background-color: #F018A3; }
a { background-color: rgb(240,24,163); }
div.DivClassName
{
background-color: #F018A3;
}
.BgClassName
{
background-color: #F018A3;
}
</style>
border-color css
<style>
span { border-color: #F018A3; }
span { border-color: rgb(240,24,163); }
td.TdClassName
{
border-color: #F018A3;
}
.TagClassName
{
border-color: #F018A3;
}
</style>