Shades of Razzmatazz #F31958
Tints of Razzmatazz #F31958
RGB
CMYK
RGB Variations
Color information
#F31958 (or 0xF31958) is known color: Razzmatazz. HEX triplet: F3, 19 and 58. RGB value is (243,25,88). Sum of RGB (Red+Green+Blue) = 243+25+88=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F31958 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31958 is #0CE6A7. Grayscale: #616161. Windows color (decimal): -845480 or 5773811. OLE color: 5773811.
HSL color Cylindrical-coordinate representation of color #F31958: hue angle of 342.66º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31958 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 88 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.05 |
| HSL | 342.66º | 0.9% | 0.53% | - |
| HSV(B) | 342.66º | 0.9% | 0.95% | - |
| XYZ | 39.07 | 20.45 | 11.12 | - |
| YUV | 97.36 | 122.72 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 88 | 0 | 0.90 | 0.64 | 0.05 | 342.66 | 0.9 | 0.53 |
| Hex | F3 | 19 | 58 | 0 | 5A | 40 | 5 | 157 | 5A | 35 |
| Octal | 363 | 31 | 130 | 0 | 132 | 100 | 5 | 527 | 132 | 65 |
| Binary | 11110011 | 11001 | 1011000 | 0 | 1011010 | 1000000 | 101 | 101010111 | 1011010 | 110101 |
Color Harmonies of #F31958
Complementary color
Monochromatic Colors of #F31958
Black with #F31958
Text Example
Text Example
White with #F31958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31958; }
p { color: rgb(243,25,88); }
H1.HeaderClassName
{
color: #F31958;
}
.AnyTagClassName
{
color: #F31958;
}
</style>
background-color css
<style>
a { background-color: #F31958; }
a { background-color: rgb(243,25,88); }
div.DivClassName
{
background-color: #F31958;
}
.BgClassName
{
background-color: #F31958;
}
</style>
border-color css
<style>
span { border-color: #F31958; }
span { border-color: rgb(243,25,88); }
td.TdClassName
{
border-color: #F31958;
}
.TagClassName
{
border-color: #F31958;
}
</style>