Shades of Razzmatazz #F31558
Tints of Razzmatazz #F31558
RGB
CMYK
RGB Variations
Color information
#F31558 (or 0xF31558) is known color: Razzmatazz. HEX triplet: F3, 15 and 58. RGB value is (243,21,88). Sum of RGB (Red+Green+Blue) = 243+21+88=352 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.03% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 243 - color contains mainly: red. Hex color #F31558 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31558 is #0CEAA7. Grayscale: #5E5E5E. Windows color (decimal): -846504 or 5772787. OLE color: 5772787.
HSL color Cylindrical-coordinate representation of color #F31558: hue angle of 341.89º 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 #F31558 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 88 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.05 |
| HSL | 341.89º | 0.9% | 0.52% | - |
| HSV(B) | 341.89º | 0.91% | 0.95% | - |
| XYZ | 38.99 | 20.3 | 11.09 | - |
| YUV | 95.02 | 124.05 | 233.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 88 | 0 | 0.91 | 0.64 | 0.05 | 341.89 | 0.9 | 0.52 |
| Hex | F3 | 15 | 58 | 0 | 5B | 40 | 5 | 156 | 5A | 34 |
| Octal | 363 | 25 | 130 | 0 | 133 | 100 | 5 | 526 | 132 | 64 |
| Binary | 11110011 | 10101 | 1011000 | 0 | 1011011 | 1000000 | 101 | 101010110 | 1011010 | 110100 |
Color Harmonies of #F31558
Complementary color
Monochromatic Colors of #F31558
Black with #F31558
Text Example
Text Example
White with #F31558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31558; }
p { color: rgb(243,21,88); }
H1.HeaderClassName
{
color: #F31558;
}
.AnyTagClassName
{
color: #F31558;
}
</style>
background-color css
<style>
a { background-color: #F31558; }
a { background-color: rgb(243,21,88); }
div.DivClassName
{
background-color: #F31558;
}
.BgClassName
{
background-color: #F31558;
}
</style>
border-color css
<style>
span { border-color: #F31558; }
span { border-color: rgb(243,21,88); }
td.TdClassName
{
border-color: #F31558;
}
.TagClassName
{
border-color: #F31558;
}
</style>