Shades of Razzmatazz #F30570
Tints of Razzmatazz #F30570
RGB
CMYK
RGB Variations
Color information
#F30570 (or 0xF30570) is known color: Razzmatazz. HEX triplet: F3, 05 and 70. RGB value is (243,5,112). Sum of RGB (Red+Green+Blue) = 243+5+112=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F30570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30570 is #0CFA8F. Grayscale: #585858. Windows color (decimal): -850576 or 7341555. OLE color: 7341555.
HSL color Cylindrical-coordinate representation of color #F30570: hue angle of 333.03º 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 #F30570 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 112 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.05 |
| HSL | 333.03º | 0.96% | 0.49% | - |
| HSV(B) | 333.03º | 0.98% | 0.95% | - |
| XYZ | 39.94 | 20.33 | 17.15 | - |
| YUV | 88.36 | 141.35 | 238.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 112 | 0 | 0.98 | 0.54 | 0.05 | 333.03 | 0.96 | 0.49 |
| Hex | F3 | 5 | 70 | 0 | 62 | 36 | 5 | 14D | 60 | 31 |
| Octal | 363 | 5 | 160 | 0 | 142 | 66 | 5 | 515 | 140 | 61 |
| Binary | 11110011 | 101 | 1110000 | 0 | 1100010 | 110110 | 101 | 101001101 | 1100000 | 110001 |
Color Harmonies of #F30570
Complementary color
Monochromatic Colors of #F30570
Black with #F30570
Text Example
Text Example
White with #F30570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30570; }
p { color: rgb(243,5,112); }
H1.HeaderClassName
{
color: #F30570;
}
.AnyTagClassName
{
color: #F30570;
}
</style>
background-color css
<style>
a { background-color: #F30570; }
a { background-color: rgb(243,5,112); }
div.DivClassName
{
background-color: #F30570;
}
.BgClassName
{
background-color: #F30570;
}
</style>
border-color css
<style>
span { border-color: #F30570; }
span { border-color: rgb(243,5,112); }
td.TdClassName
{
border-color: #F30570;
}
.TagClassName
{
border-color: #F30570;
}
</style>