Shades of Razzmatazz #F31656
Tints of Razzmatazz #F31656
RGB
CMYK
RGB Variations
Color information
#F31656 (or 0xF31656) is known color: Razzmatazz. HEX triplet: F3, 16 and 56. RGB value is (243,22,86). Sum of RGB (Red+Green+Blue) = 243+22+86=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F31656 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31656 is #0CE9A9. Grayscale: #5F5F5F. Windows color (decimal): -846250 or 5641971. OLE color: 5641971.
HSL color Cylindrical-coordinate representation of color #F31656: hue angle of 342.62º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31656 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 86 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.05 |
| HSL | 342.62º | 0.9% | 0.52% | - |
| HSV(B) | 342.62º | 0.91% | 0.95% | - |
| XYZ | 38.93 | 20.3 | 10.67 | - |
| YUV | 95.38 | 122.72 | 233.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 86 | 0 | 0.91 | 0.65 | 0.05 | 342.62 | 0.9 | 0.52 |
| Hex | F3 | 16 | 56 | 0 | 5B | 41 | 5 | 157 | 5A | 34 |
| Octal | 363 | 26 | 126 | 0 | 133 | 101 | 5 | 527 | 132 | 64 |
| Binary | 11110011 | 10110 | 1010110 | 0 | 1011011 | 1000001 | 101 | 101010111 | 1011010 | 110100 |
Color Harmonies of #F31656
Complementary color
Monochromatic Colors of #F31656
Black with #F31656
Text Example
Text Example
White with #F31656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31656; }
p { color: rgb(243,22,86); }
H1.HeaderClassName
{
color: #F31656;
}
.AnyTagClassName
{
color: #F31656;
}
</style>
background-color css
<style>
a { background-color: #F31656; }
a { background-color: rgb(243,22,86); }
div.DivClassName
{
background-color: #F31656;
}
.BgClassName
{
background-color: #F31656;
}
</style>
border-color css
<style>
span { border-color: #F31656; }
span { border-color: rgb(243,22,86); }
td.TdClassName
{
border-color: #F31656;
}
.TagClassName
{
border-color: #F31656;
}
</style>