Shades of Spicy Pink #F31AB4
Tints of Spicy Pink #F31AB4
RGB
CMYK
RGB Variations
Color information
#F31AB4 (or 0xF31AB4) is known color: Spicy Pink. HEX triplet: F3, 1A and B4. RGB value is (243,26,180). Sum of RGB (Red+Green+Blue) = 243+26+180=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 26 (10.55% from 255 or 5.79% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F31AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31AB4 is #0CE54B. Grayscale: #6C6C6C. Windows color (decimal): -845132 or 11803379. OLE color: 11803379.
HSL color Cylindrical-coordinate representation of color #F31AB4: hue angle of 317.42º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31AB4 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 180 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.05 |
| HSL | 317.42º | 0.9% | 0.53% | - |
| HSV(B) | 317.42º | 0.89% | 0.95% | - |
| XYZ | 45.57 | 23.09 | 45.23 | - |
| YUV | 108.44 | 168.39 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 180 | 0 | 0.89 | 0.26 | 0.05 | 317.42 | 0.9 | 0.53 |
| Hex | F3 | 1A | B4 | 0 | 59 | 1A | 5 | 13D | 5A | 35 |
| Octal | 363 | 32 | 264 | 0 | 131 | 32 | 5 | 475 | 132 | 65 |
| Binary | 11110011 | 11010 | 10110100 | 0 | 1011001 | 11010 | 101 | 100111101 | 1011010 | 110101 |
Color Harmonies of #F31AB4
Complementary color
Monochromatic Colors of #F31AB4
Black with #F31AB4
Text Example
Text Example
White with #F31AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31AB4; }
p { color: rgb(243,26,180); }
H1.HeaderClassName
{
color: #F31AB4;
}
.AnyTagClassName
{
color: #F31AB4;
}
</style>
background-color css
<style>
a { background-color: #F31AB4; }
a { background-color: rgb(243,26,180); }
div.DivClassName
{
background-color: #F31AB4;
}
.BgClassName
{
background-color: #F31AB4;
}
</style>
border-color css
<style>
span { border-color: #F31AB4; }
span { border-color: rgb(243,26,180); }
td.TdClassName
{
border-color: #F31AB4;
}
.TagClassName
{
border-color: #F31AB4;
}
</style>