Shades of Razzmatazz #F30464
Tints of Razzmatazz #F30464
RGB
CMYK
RGB Variations
Color information
#F30464 (or 0xF30464) is known color: Razzmatazz. HEX triplet: F3, 04 and 64. RGB value is (243,4,100). Sum of RGB (Red+Green+Blue) = 243+4+100=347 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.03% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 243 - color contains mainly: red. Hex color #F30464 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30464 is #0CFB9B. Grayscale: #565656. Windows color (decimal): -850844 or 6554867. OLE color: 6554867.
HSL color Cylindrical-coordinate representation of color #F30464: hue angle of 335.9º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30464 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 100 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.05 |
| HSL | 335.9º | 0.97% | 0.48% | - |
| HSV(B) | 335.9º | 0.98% | 0.95% | - |
| XYZ | 39.31 | 20.06 | 13.86 | - |
| YUV | 86.41 | 135.68 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 100 | 0 | 0.98 | 0.59 | 0.05 | 335.9 | 0.97 | 0.48 |
| Hex | F3 | 4 | 64 | 0 | 62 | 3B | 5 | 150 | 61 | 30 |
| Octal | 363 | 4 | 144 | 0 | 142 | 73 | 5 | 520 | 141 | 60 |
| Binary | 11110011 | 100 | 1100100 | 0 | 1100010 | 111011 | 101 | 101010000 | 1100001 | 110000 |
Color Harmonies of #F30464
Complementary color
Monochromatic Colors of #F30464
Black with #F30464
Text Example
Text Example
White with #F30464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30464; }
p { color: rgb(243,4,100); }
H1.HeaderClassName
{
color: #F30464;
}
.AnyTagClassName
{
color: #F30464;
}
</style>
background-color css
<style>
a { background-color: #F30464; }
a { background-color: rgb(243,4,100); }
div.DivClassName
{
background-color: #F30464;
}
.BgClassName
{
background-color: #F30464;
}
</style>
border-color css
<style>
span { border-color: #F30464; }
span { border-color: rgb(243,4,100); }
td.TdClassName
{
border-color: #F30464;
}
.TagClassName
{
border-color: #F30464;
}
</style>