Shades of Razzmatazz #F30F55
Tints of Razzmatazz #F30F55
RGB
CMYK
RGB Variations
Color information
#F30F55 (or 0xF30F55) is known color: Razzmatazz. HEX triplet: F3, 0F and 55. RGB value is (243,15,85). Sum of RGB (Red+Green+Blue) = 243+15+85=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30F55 is #0CF0AA. Grayscale: #5B5B5B. Windows color (decimal): -848043 or 5574643. OLE color: 5574643.
HSL color Cylindrical-coordinate representation of color #F30F55: hue angle of 341.58º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30F55 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 85 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.05 |
| HSL | 341.58º | 0.9% | 0.51% | - |
| HSV(B) | 341.58º | 0.94% | 0.95% | - |
| XYZ | 38.77 | 20.05 | 10.42 | - |
| YUV | 91.15 | 124.54 | 236.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 85 | 0 | 0.94 | 0.65 | 0.05 | 341.58 | 0.9 | 0.51 |
| Hex | F3 | F | 55 | 0 | 5E | 41 | 5 | 156 | 5A | 33 |
| Octal | 363 | 17 | 125 | 0 | 136 | 101 | 5 | 526 | 132 | 63 |
| Binary | 11110011 | 1111 | 1010101 | 0 | 1011110 | 1000001 | 101 | 101010110 | 1011010 | 110011 |
Color Harmonies of #F30F55
Complementary color
Monochromatic Colors of #F30F55
Black with #F30F55
Text Example
Text Example
White with #F30F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F55; }
p { color: rgb(243,15,85); }
H1.HeaderClassName
{
color: #F30F55;
}
.AnyTagClassName
{
color: #F30F55;
}
</style>
background-color css
<style>
a { background-color: #F30F55; }
a { background-color: rgb(243,15,85); }
div.DivClassName
{
background-color: #F30F55;
}
.BgClassName
{
background-color: #F30F55;
}
</style>
border-color css
<style>
span { border-color: #F30F55; }
span { border-color: rgb(243,15,85); }
td.TdClassName
{
border-color: #F30F55;
}
.TagClassName
{
border-color: #F30F55;
}
</style>