Shades of Spicy Pink #F31DA5
Tints of Spicy Pink #F31DA5
RGB
CMYK
RGB Variations
Color information
#F31DA5 (or 0xF31DA5) is known color: Spicy Pink. HEX triplet: F3, 1D and A5. RGB value is (243,29,165). Sum of RGB (Red+Green+Blue) = 243+29+165=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31DA5 is #0CE25A. Grayscale: #6C6C6C. Windows color (decimal): -844379 or 10821107. OLE color: 10821107.
HSL color Cylindrical-coordinate representation of color #F31DA5: hue angle of 321.87º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31DA5 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 165 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.05 |
| HSL | 321.87º | 0.9% | 0.53% | - |
| HSV(B) | 321.87º | 0.88% | 0.95% | - |
| XYZ | 44.19 | 22.65 | 37.64 | - |
| YUV | 108.49 | 159.9 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 165 | 0 | 0.88 | 0.32 | 0.05 | 321.87 | 0.9 | 0.53 |
| Hex | F3 | 1D | A5 | 0 | 58 | 20 | 5 | 142 | 5A | 35 |
| Octal | 363 | 35 | 245 | 0 | 130 | 40 | 5 | 502 | 132 | 65 |
| Binary | 11110011 | 11101 | 10100101 | 0 | 1011000 | 100000 | 101 | 101000010 | 1011010 | 110101 |
Color Harmonies of #F31DA5
Complementary color
Monochromatic Colors of #F31DA5
Black with #F31DA5
Text Example
Text Example
White with #F31DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DA5; }
p { color: rgb(243,29,165); }
H1.HeaderClassName
{
color: #F31DA5;
}
.AnyTagClassName
{
color: #F31DA5;
}
</style>
background-color css
<style>
a { background-color: #F31DA5; }
a { background-color: rgb(243,29,165); }
div.DivClassName
{
background-color: #F31DA5;
}
.BgClassName
{
background-color: #F31DA5;
}
</style>
border-color css
<style>
span { border-color: #F31DA5; }
span { border-color: rgb(243,29,165); }
td.TdClassName
{
border-color: #F31DA5;
}
.TagClassName
{
border-color: #F31DA5;
}
</style>