Shades of Razzmatazz #F31259
Tints of Razzmatazz #F31259
RGB
CMYK
RGB Variations
Color information
#F31259 (or 0xF31259) is known color: Razzmatazz. HEX triplet: F3, 12 and 59. RGB value is (243,18,89). Sum of RGB (Red+Green+Blue) = 243+18+89=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F31259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31259 is #0CEDA6. Grayscale: #5D5D5D. Windows color (decimal): -847271 or 5837555. OLE color: 5837555.
HSL color Cylindrical-coordinate representation of color #F31259: hue angle of 341.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31259 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 89 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.05 |
| HSL | 341.07º | 0.9% | 0.51% | - |
| HSV(B) | 341.07º | 0.93% | 0.95% | - |
| XYZ | 38.98 | 20.21 | 11.3 | - |
| YUV | 93.37 | 125.54 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 89 | 0 | 0.93 | 0.63 | 0.05 | 341.07 | 0.9 | 0.51 |
| Hex | F3 | 12 | 59 | 0 | 5D | 3F | 5 | 155 | 5A | 33 |
| Octal | 363 | 22 | 131 | 0 | 135 | 77 | 5 | 525 | 132 | 63 |
| Binary | 11110011 | 10010 | 1011001 | 0 | 1011101 | 111111 | 101 | 101010101 | 1011010 | 110011 |
Color Harmonies of #F31259
Complementary color
Monochromatic Colors of #F31259
Black with #F31259
Text Example
Text Example
White with #F31259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31259; }
p { color: rgb(243,18,89); }
H1.HeaderClassName
{
color: #F31259;
}
.AnyTagClassName
{
color: #F31259;
}
</style>
background-color css
<style>
a { background-color: #F31259; }
a { background-color: rgb(243,18,89); }
div.DivClassName
{
background-color: #F31259;
}
.BgClassName
{
background-color: #F31259;
}
</style>
border-color css
<style>
span { border-color: #F31259; }
span { border-color: rgb(243,18,89); }
td.TdClassName
{
border-color: #F31259;
}
.TagClassName
{
border-color: #F31259;
}
</style>