Shades of Razzmatazz #F30364
Tints of Razzmatazz #F30364
RGB
CMYK
RGB Variations
Color information
#F30364 (or 0xF30364) is known color: Razzmatazz. HEX triplet: F3, 03 and 64. RGB value is (243,3,100). Sum of RGB (Red+Green+Blue) = 243+3+100=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F30364 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30364 is #0CFC9B. Grayscale: #555555. Windows color (decimal): -851100 or 6554611. OLE color: 6554611.
HSL color Cylindrical-coordinate representation of color #F30364: hue angle of 335.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30364 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 100 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.05 |
| HSL | 335.75º | 0.98% | 0.48% | - |
| HSV(B) | 335.75º | 0.99% | 0.95% | - |
| XYZ | 39.29 | 20.04 | 13.85 | - |
| YUV | 85.82 | 136.01 | 240.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 100 | 0 | 0.99 | 0.59 | 0.05 | 335.75 | 0.98 | 0.48 |
| Hex | F3 | 3 | 64 | 0 | 63 | 3B | 5 | 150 | 62 | 30 |
| Octal | 363 | 3 | 144 | 0 | 143 | 73 | 5 | 520 | 142 | 60 |
| Binary | 11110011 | 11 | 1100100 | 0 | 1100011 | 111011 | 101 | 101010000 | 1100010 | 110000 |
Color Harmonies of #F30364
Complementary color
Monochromatic Colors of #F30364
Black with #F30364
Text Example
Text Example
White with #F30364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30364; }
p { color: rgb(243,3,100); }
H1.HeaderClassName
{
color: #F30364;
}
.AnyTagClassName
{
color: #F30364;
}
</style>
background-color css
<style>
a { background-color: #F30364; }
a { background-color: rgb(243,3,100); }
div.DivClassName
{
background-color: #F30364;
}
.BgClassName
{
background-color: #F30364;
}
</style>
border-color css
<style>
span { border-color: #F30364; }
span { border-color: rgb(243,3,100); }
td.TdClassName
{
border-color: #F30364;
}
.TagClassName
{
border-color: #F30364;
}
</style>