Shades of Razzmatazz #F30560
Tints of Razzmatazz #F30560
RGB
CMYK
RGB Variations
Color information
#F30560 (or 0xF30560) is known color: Razzmatazz. HEX triplet: F3, 05 and 60. RGB value is (243,5,96). Sum of RGB (Red+Green+Blue) = 243+5+96=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F30560 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30560 is #0CFA9F. Grayscale: #565656. Windows color (decimal): -850592 or 6292979. OLE color: 6292979.
HSL color Cylindrical-coordinate representation of color #F30560: hue angle of 337.06º 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 #F30560 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 96 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.05 |
| HSL | 337.06º | 0.96% | 0.49% | - |
| HSV(B) | 337.06º | 0.98% | 0.95% | - |
| XYZ | 39.13 | 20.01 | 12.87 | - |
| YUV | 86.54 | 133.35 | 239.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 96 | 0 | 0.98 | 0.60 | 0.05 | 337.06 | 0.96 | 0.49 |
| Hex | F3 | 5 | 60 | 0 | 62 | 3C | 5 | 151 | 60 | 31 |
| Octal | 363 | 5 | 140 | 0 | 142 | 74 | 5 | 521 | 140 | 61 |
| Binary | 11110011 | 101 | 1100000 | 0 | 1100010 | 111100 | 101 | 101010001 | 1100000 | 110001 |
Color Harmonies of #F30560
Complementary color
Monochromatic Colors of #F30560
Black with #F30560
Text Example
Text Example
White with #F30560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30560; }
p { color: rgb(243,5,96); }
H1.HeaderClassName
{
color: #F30560;
}
.AnyTagClassName
{
color: #F30560;
}
</style>
background-color css
<style>
a { background-color: #F30560; }
a { background-color: rgb(243,5,96); }
div.DivClassName
{
background-color: #F30560;
}
.BgClassName
{
background-color: #F30560;
}
</style>
border-color css
<style>
span { border-color: #F30560; }
span { border-color: rgb(243,5,96); }
td.TdClassName
{
border-color: #F30560;
}
.TagClassName
{
border-color: #F30560;
}
</style>