Shades of Spicy Pink #F318AB
Tints of Spicy Pink #F318AB
RGB
CMYK
RGB Variations
Color information
#F318AB (or 0xF318AB) is known color: Spicy Pink. HEX triplet: F3, 18 and AB. RGB value is (243,24,171). Sum of RGB (Red+Green+Blue) = 243+24+171=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F318AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F318AB is #0CE754. Grayscale: #696969. Windows color (decimal): -845653 or 11213043. OLE color: 11213043.
HSL color Cylindrical-coordinate representation of color #F318AB: hue angle of 319.73º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F318AB is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 171 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.05 |
| HSL | 319.73º | 0.9% | 0.52% | - |
| HSV(B) | 319.73º | 0.9% | 0.95% | - |
| XYZ | 44.64 | 22.65 | 40.55 | - |
| YUV | 106.24 | 164.55 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 171 | 0 | 0.90 | 0.30 | 0.05 | 319.73 | 0.9 | 0.52 |
| Hex | F3 | 18 | AB | 0 | 5A | 1E | 5 | 140 | 5A | 34 |
| Octal | 363 | 30 | 253 | 0 | 132 | 36 | 5 | 500 | 132 | 64 |
| Binary | 11110011 | 11000 | 10101011 | 0 | 1011010 | 11110 | 101 | 101000000 | 1011010 | 110100 |
Color Harmonies of #F318AB
Complementary color
Monochromatic Colors of #F318AB
Black with #F318AB
Text Example
Text Example
White with #F318AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318AB; }
p { color: rgb(243,24,171); }
H1.HeaderClassName
{
color: #F318AB;
}
.AnyTagClassName
{
color: #F318AB;
}
</style>
background-color css
<style>
a { background-color: #F318AB; }
a { background-color: rgb(243,24,171); }
div.DivClassName
{
background-color: #F318AB;
}
.BgClassName
{
background-color: #F318AB;
}
</style>
border-color css
<style>
span { border-color: #F318AB; }
span { border-color: rgb(243,24,171); }
td.TdClassName
{
border-color: #F318AB;
}
.TagClassName
{
border-color: #F318AB;
}
</style>