Shades of Razzmatazz #F30765
Tints of Razzmatazz #F30765
RGB
CMYK
RGB Variations
Color information
#F30765 (or 0xF30765) is known color: Razzmatazz. HEX triplet: F3, 07 and 65. RGB value is (243,7,101). Sum of RGB (Red+Green+Blue) = 243+7+101=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F30765 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30765 is #0CF89A. Grayscale: #585858. Windows color (decimal): -850075 or 6621171. OLE color: 6621171.
HSL color Cylindrical-coordinate representation of color #F30765: hue angle of 336.1º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F30765 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 101 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.05 |
| HSL | 336.1º | 0.94% | 0.49% | - |
| HSV(B) | 336.1º | 0.97% | 0.95% | - |
| XYZ | 39.39 | 20.15 | 14.12 | - |
| YUV | 88.28 | 135.19 | 238.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 101 | 0 | 0.97 | 0.58 | 0.05 | 336.1 | 0.94 | 0.49 |
| Hex | F3 | 7 | 65 | 0 | 61 | 3A | 5 | 150 | 5E | 31 |
| Octal | 363 | 7 | 145 | 0 | 141 | 72 | 5 | 520 | 136 | 61 |
| Binary | 11110011 | 111 | 1100101 | 0 | 1100001 | 111010 | 101 | 101010000 | 1011110 | 110001 |
Color Harmonies of #F30765
Complementary color
Monochromatic Colors of #F30765
Black with #F30765
Text Example
Text Example
White with #F30765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30765; }
p { color: rgb(243,7,101); }
H1.HeaderClassName
{
color: #F30765;
}
.AnyTagClassName
{
color: #F30765;
}
</style>
background-color css
<style>
a { background-color: #F30765; }
a { background-color: rgb(243,7,101); }
div.DivClassName
{
background-color: #F30765;
}
.BgClassName
{
background-color: #F30765;
}
</style>
border-color css
<style>
span { border-color: #F30765; }
span { border-color: rgb(243,7,101); }
td.TdClassName
{
border-color: #F30765;
}
.TagClassName
{
border-color: #F30765;
}
</style>