Shades of Spicy Pink #F318AA
Tints of Spicy Pink #F318AA
RGB
CMYK
RGB Variations
Color information
#F318AA (or 0xF318AA) is known color: Spicy Pink. HEX triplet: F3, 18 and AA. RGB value is (243,24,170). Sum of RGB (Red+Green+Blue) = 243+24+170=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F318AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F318AA is #0CE755. Grayscale: #696969. Windows color (decimal): -845654 or 11147507. OLE color: 11147507.
HSL color Cylindrical-coordinate representation of color #F318AA: hue angle of 320º 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 #F318AA is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 170 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.05 |
| HSL | 320º | 0.9% | 0.52% | - |
| HSV(B) | 320º | 0.9% | 0.95% | - |
| XYZ | 44.54 | 22.61 | 40.05 | - |
| YUV | 106.13 | 164.05 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 170 | 0 | 0.90 | 0.30 | 0.05 | 320 | 0.9 | 0.52 |
| Hex | F3 | 18 | AA | 0 | 5A | 1E | 5 | 140 | 5A | 34 |
| Octal | 363 | 30 | 252 | 0 | 132 | 36 | 5 | 500 | 132 | 64 |
| Binary | 11110011 | 11000 | 10101010 | 0 | 1011010 | 11110 | 101 | 101000000 | 1011010 | 110100 |
Color Harmonies of #F318AA
Complementary color
Monochromatic Colors of #F318AA
Black with #F318AA
Text Example
Text Example
White with #F318AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318AA; }
p { color: rgb(243,24,170); }
H1.HeaderClassName
{
color: #F318AA;
}
.AnyTagClassName
{
color: #F318AA;
}
</style>
background-color css
<style>
a { background-color: #F318AA; }
a { background-color: rgb(243,24,170); }
div.DivClassName
{
background-color: #F318AA;
}
.BgClassName
{
background-color: #F318AA;
}
</style>
border-color css
<style>
span { border-color: #F318AA; }
span { border-color: rgb(243,24,170); }
td.TdClassName
{
border-color: #F318AA;
}
.TagClassName
{
border-color: #F318AA;
}
</style>