Shades of Razzmatazz #F30558
Tints of Razzmatazz #F30558
RGB
CMYK
RGB Variations
Color information
#F30558 (or 0xF30558) is known color: Razzmatazz. HEX triplet: F3, 05 and 58. RGB value is (243,5,88). Sum of RGB (Red+Green+Blue) = 243+5+88=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F30558 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30558 is #0CFAA7. Grayscale: #555555. Windows color (decimal): -850600 or 5768691. OLE color: 5768691.
HSL color Cylindrical-coordinate representation of color #F30558: hue angle of 339.08º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30558 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 88 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.05 |
| HSL | 339.08º | 0.96% | 0.49% | - |
| HSV(B) | 339.08º | 0.98% | 0.95% | - |
| XYZ | 38.78 | 19.87 | 11.02 | - |
| YUV | 85.62 | 129.35 | 240.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 88 | 0 | 0.98 | 0.64 | 0.05 | 339.08 | 0.96 | 0.49 |
| Hex | F3 | 5 | 58 | 0 | 62 | 40 | 5 | 153 | 60 | 31 |
| Octal | 363 | 5 | 130 | 0 | 142 | 100 | 5 | 523 | 140 | 61 |
| Binary | 11110011 | 101 | 1011000 | 0 | 1100010 | 1000000 | 101 | 101010011 | 1100000 | 110001 |
Color Harmonies of #F30558
Complementary color
Monochromatic Colors of #F30558
Black with #F30558
Text Example
Text Example
White with #F30558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30558; }
p { color: rgb(243,5,88); }
H1.HeaderClassName
{
color: #F30558;
}
.AnyTagClassName
{
color: #F30558;
}
</style>
background-color css
<style>
a { background-color: #F30558; }
a { background-color: rgb(243,5,88); }
div.DivClassName
{
background-color: #F30558;
}
.BgClassName
{
background-color: #F30558;
}
</style>
border-color css
<style>
span { border-color: #F30558; }
span { border-color: rgb(243,5,88); }
td.TdClassName
{
border-color: #F30558;
}
.TagClassName
{
border-color: #F30558;
}
</style>