Shades of Razzmatazz #F30259
Tints of Razzmatazz #F30259
RGB
CMYK
RGB Variations
Color information
#F30259 (or 0xF30259) is known color: Razzmatazz. HEX triplet: F3, 02 and 59. RGB value is (243,2,89). Sum of RGB (Red+Green+Blue) = 243+2+89=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F30259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30259 is #0CFDA6. Grayscale: #535353. Windows color (decimal): -851367 or 5833459. OLE color: 5833459.
HSL color Cylindrical-coordinate representation of color #F30259: hue angle of 338.34º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30259 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.05 |
| HSL | 338.34º | 0.98% | 0.48% | - |
| HSV(B) | 338.34º | 0.99% | 0.95% | - |
| XYZ | 38.79 | 19.82 | 11.23 | - |
| YUV | 83.98 | 130.84 | 241.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 89 | 0 | 0.99 | 0.63 | 0.05 | 338.34 | 0.98 | 0.48 |
| Hex | F3 | 2 | 59 | 0 | 63 | 3F | 5 | 152 | 62 | 30 |
| Octal | 363 | 2 | 131 | 0 | 143 | 77 | 5 | 522 | 142 | 60 |
| Binary | 11110011 | 10 | 1011001 | 0 | 1100011 | 111111 | 101 | 101010010 | 1100010 | 110000 |
Color Harmonies of #F30259
Complementary color
Monochromatic Colors of #F30259
Black with #F30259
Text Example
Text Example
White with #F30259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30259; }
p { color: rgb(243,2,89); }
H1.HeaderClassName
{
color: #F30259;
}
.AnyTagClassName
{
color: #F30259;
}
</style>
background-color css
<style>
a { background-color: #F30259; }
a { background-color: rgb(243,2,89); }
div.DivClassName
{
background-color: #F30259;
}
.BgClassName
{
background-color: #F30259;
}
</style>
border-color css
<style>
span { border-color: #F30259; }
span { border-color: rgb(243,2,89); }
td.TdClassName
{
border-color: #F30259;
}
.TagClassName
{
border-color: #F30259;
}
</style>