Shades of Spicy Pink #F31DAA
Tints of Spicy Pink #F31DAA
RGB
CMYK
RGB Variations
Color information
#F31DAA (or 0xF31DAA) is known color: Spicy Pink. HEX triplet: F3, 1D and AA. RGB value is (243,29,170). Sum of RGB (Red+Green+Blue) = 243+29+170=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31DAA is #0CE255. Grayscale: #6C6C6C. Windows color (decimal): -844374 or 11148787. OLE color: 11148787.
HSL color Cylindrical-coordinate representation of color #F31DAA: hue angle of 320.47º 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 #F31DAA is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 170 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.05 |
| HSL | 320.47º | 0.9% | 0.53% | - |
| HSV(B) | 320.47º | 0.88% | 0.95% | - |
| XYZ | 44.66 | 22.84 | 40.08 | - |
| YUV | 109.06 | 162.4 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 170 | 0 | 0.88 | 0.30 | 0.05 | 320.47 | 0.9 | 0.53 |
| Hex | F3 | 1D | AA | 0 | 58 | 1E | 5 | 140 | 5A | 35 |
| Octal | 363 | 35 | 252 | 0 | 130 | 36 | 5 | 500 | 132 | 65 |
| Binary | 11110011 | 11101 | 10101010 | 0 | 1011000 | 11110 | 101 | 101000000 | 1011010 | 110101 |
Color Harmonies of #F31DAA
Complementary color
Monochromatic Colors of #F31DAA
Black with #F31DAA
Text Example
Text Example
White with #F31DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DAA; }
p { color: rgb(243,29,170); }
H1.HeaderClassName
{
color: #F31DAA;
}
.AnyTagClassName
{
color: #F31DAA;
}
</style>
background-color css
<style>
a { background-color: #F31DAA; }
a { background-color: rgb(243,29,170); }
div.DivClassName
{
background-color: #F31DAA;
}
.BgClassName
{
background-color: #F31DAA;
}
</style>
border-color css
<style>
span { border-color: #F31DAA; }
span { border-color: rgb(243,29,170); }
td.TdClassName
{
border-color: #F31DAA;
}
.TagClassName
{
border-color: #F31DAA;
}
</style>