Shades of Razzmatazz #F31358
Tints of Razzmatazz #F31358
RGB
CMYK
RGB Variations
Color information
#F31358 (or 0xF31358) is known color: Razzmatazz. HEX triplet: F3, 13 and 58. RGB value is (243,19,88). Sum of RGB (Red+Green+Blue) = 243+19+88=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F31358 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31358 is #0CECA7. Grayscale: #5D5D5D. Windows color (decimal): -847016 or 5772275. OLE color: 5772275.
HSL color Cylindrical-coordinate representation of color #F31358: hue angle of 341.52º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31358 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 88 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.05 |
| HSL | 341.52º | 0.9% | 0.51% | - |
| HSV(B) | 341.52º | 0.92% | 0.95% | - |
| XYZ | 38.96 | 20.23 | 11.08 | - |
| YUV | 93.84 | 124.71 | 234.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 88 | 0 | 0.92 | 0.64 | 0.05 | 341.52 | 0.9 | 0.51 |
| Hex | F3 | 13 | 58 | 0 | 5C | 40 | 5 | 156 | 5A | 33 |
| Octal | 363 | 23 | 130 | 0 | 134 | 100 | 5 | 526 | 132 | 63 |
| Binary | 11110011 | 10011 | 1011000 | 0 | 1011100 | 1000000 | 101 | 101010110 | 1011010 | 110011 |
Color Harmonies of #F31358
Complementary color
Monochromatic Colors of #F31358
Black with #F31358
Text Example
Text Example
White with #F31358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31358; }
p { color: rgb(243,19,88); }
H1.HeaderClassName
{
color: #F31358;
}
.AnyTagClassName
{
color: #F31358;
}
</style>
background-color css
<style>
a { background-color: #F31358; }
a { background-color: rgb(243,19,88); }
div.DivClassName
{
background-color: #F31358;
}
.BgClassName
{
background-color: #F31358;
}
</style>
border-color css
<style>
span { border-color: #F31358; }
span { border-color: rgb(243,19,88); }
td.TdClassName
{
border-color: #F31358;
}
.TagClassName
{
border-color: #F31358;
}
</style>