Shades of Spicy Pink #F311AD
Tints of Spicy Pink #F311AD
RGB
CMYK
RGB Variations
Color information
#F311AD (or 0xF311AD) is known color: Spicy Pink. HEX triplet: F3, 11 and AD. RGB value is (243,17,173). Sum of RGB (Red+Green+Blue) = 243+17+173=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F311AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F311AD is #0CEE52. Grayscale: #656565. Windows color (decimal): -847443 or 11342323. OLE color: 11342323.
HSL color Cylindrical-coordinate representation of color #F311AD: hue angle of 318.58º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F311AD is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 173 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.05 |
| HSL | 318.58º | 0.9% | 0.51% | - |
| HSV(B) | 318.58º | 0.93% | 0.95% | - |
| XYZ | 44.71 | 22.47 | 41.52 | - |
| YUV | 102.36 | 167.87 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 173 | 0 | 0.93 | 0.29 | 0.05 | 318.58 | 0.9 | 0.51 |
| Hex | F3 | 11 | AD | 0 | 5D | 1D | 5 | 13F | 5A | 33 |
| Octal | 363 | 21 | 255 | 0 | 135 | 35 | 5 | 477 | 132 | 63 |
| Binary | 11110011 | 10001 | 10101101 | 0 | 1011101 | 11101 | 101 | 100111111 | 1011010 | 110011 |
Color Harmonies of #F311AD
Complementary color
Monochromatic Colors of #F311AD
Black with #F311AD
Text Example
Text Example
White with #F311AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F311AD; }
p { color: rgb(243,17,173); }
H1.HeaderClassName
{
color: #F311AD;
}
.AnyTagClassName
{
color: #F311AD;
}
</style>
background-color css
<style>
a { background-color: #F311AD; }
a { background-color: rgb(243,17,173); }
div.DivClassName
{
background-color: #F311AD;
}
.BgClassName
{
background-color: #F311AD;
}
</style>
border-color css
<style>
span { border-color: #F311AD; }
span { border-color: rgb(243,17,173); }
td.TdClassName
{
border-color: #F311AD;
}
.TagClassName
{
border-color: #F311AD;
}
</style>