Shades of Razzmatazz #F30258
Tints of Razzmatazz #F30258
RGB
CMYK
RGB Variations
Color information
#F30258 (or 0xF30258) is known color: Razzmatazz. HEX triplet: F3, 02 and 58. RGB value is (243,2,88). Sum of RGB (Red+Green+Blue) = 243+2+88=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F30258 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30258 is #0CFDA7. Grayscale: #535353. Windows color (decimal): -851368 or 5767923. OLE color: 5767923.
HSL color Cylindrical-coordinate representation of color #F30258: hue angle of 338.59º 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 #F30258 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.05 |
| HSL | 338.59º | 0.98% | 0.48% | - |
| HSV(B) | 338.59º | 0.99% | 0.95% | - |
| XYZ | 38.75 | 19.8 | 11.01 | - |
| YUV | 83.86 | 130.34 | 241.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 88 | 0 | 0.99 | 0.64 | 0.05 | 338.59 | 0.98 | 0.48 |
| Hex | F3 | 2 | 58 | 0 | 63 | 40 | 5 | 153 | 62 | 30 |
| Octal | 363 | 2 | 130 | 0 | 143 | 100 | 5 | 523 | 142 | 60 |
| Binary | 11110011 | 10 | 1011000 | 0 | 1100011 | 1000000 | 101 | 101010011 | 1100010 | 110000 |
Color Harmonies of #F30258
Complementary color
Monochromatic Colors of #F30258
Black with #F30258
Text Example
Text Example
White with #F30258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30258; }
p { color: rgb(243,2,88); }
H1.HeaderClassName
{
color: #F30258;
}
.AnyTagClassName
{
color: #F30258;
}
</style>
background-color css
<style>
a { background-color: #F30258; }
a { background-color: rgb(243,2,88); }
div.DivClassName
{
background-color: #F30258;
}
.BgClassName
{
background-color: #F30258;
}
</style>
border-color css
<style>
span { border-color: #F30258; }
span { border-color: rgb(243,2,88); }
td.TdClassName
{
border-color: #F30258;
}
.TagClassName
{
border-color: #F30258;
}
</style>