Shades of Razzmatazz #F30F64
Tints of Razzmatazz #F30F64
RGB
CMYK
RGB Variations
Color information
#F30F64 (or 0xF30F64) is known color: Razzmatazz. HEX triplet: F3, 0F and 64. RGB value is (243,15,100). Sum of RGB (Red+Green+Blue) = 243+15+100=358 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.88% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30F64 is #0CF09B. Grayscale: #5C5C5C. Windows color (decimal): -848028 or 6557683. OLE color: 6557683.
HSL color Cylindrical-coordinate representation of color #F30F64: hue angle of 337.63º 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 #F30F64 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 100 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.05 |
| HSL | 337.63º | 0.9% | 0.51% | - |
| HSV(B) | 337.63º | 0.94% | 0.95% | - |
| XYZ | 39.43 | 20.32 | 13.9 | - |
| YUV | 92.86 | 132.04 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 100 | 0 | 0.94 | 0.59 | 0.05 | 337.63 | 0.9 | 0.51 |
| Hex | F3 | F | 64 | 0 | 5E | 3B | 5 | 152 | 5A | 33 |
| Octal | 363 | 17 | 144 | 0 | 136 | 73 | 5 | 522 | 132 | 63 |
| Binary | 11110011 | 1111 | 1100100 | 0 | 1011110 | 111011 | 101 | 101010010 | 1011010 | 110011 |
Color Harmonies of #F30F64
Complementary color
Monochromatic Colors of #F30F64
Black with #F30F64
Text Example
Text Example
White with #F30F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F64; }
p { color: rgb(243,15,100); }
H1.HeaderClassName
{
color: #F30F64;
}
.AnyTagClassName
{
color: #F30F64;
}
</style>
background-color css
<style>
a { background-color: #F30F64; }
a { background-color: rgb(243,15,100); }
div.DivClassName
{
background-color: #F30F64;
}
.BgClassName
{
background-color: #F30F64;
}
</style>
border-color css
<style>
span { border-color: #F30F64; }
span { border-color: rgb(243,15,100); }
td.TdClassName
{
border-color: #F30F64;
}
.TagClassName
{
border-color: #F30F64;
}
</style>