Shades of Razzmatazz #F30653
Tints of Razzmatazz #F30653
RGB
CMYK
RGB Variations
Color information
#F30653 (or 0xF30653) is known color: Razzmatazz. HEX triplet: F3, 06 and 53. RGB value is (243,6,83). Sum of RGB (Red+Green+Blue) = 243+6+83=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F30653 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30653 is #0CF9AC. Grayscale: #555555. Windows color (decimal): -850349 or 5441267. OLE color: 5441267.
HSL color Cylindrical-coordinate representation of color #F30653: hue angle of 340.51º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30653 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 83 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.05 |
| HSL | 340.51º | 0.95% | 0.49% | - |
| HSV(B) | 340.51º | 0.98% | 0.95% | - |
| XYZ | 38.59 | 19.81 | 9.97 | - |
| YUV | 85.64 | 126.52 | 240.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 83 | 0 | 0.98 | 0.66 | 0.05 | 340.51 | 0.95 | 0.49 |
| Hex | F3 | 6 | 53 | 0 | 62 | 42 | 5 | 155 | 5F | 31 |
| Octal | 363 | 6 | 123 | 0 | 142 | 102 | 5 | 525 | 137 | 61 |
| Binary | 11110011 | 110 | 1010011 | 0 | 1100010 | 1000010 | 101 | 101010101 | 1011111 | 110001 |
Color Harmonies of #F30653
Complementary color
Monochromatic Colors of #F30653
Black with #F30653
Text Example
Text Example
White with #F30653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30653; }
p { color: rgb(243,6,83); }
H1.HeaderClassName
{
color: #F30653;
}
.AnyTagClassName
{
color: #F30653;
}
</style>
background-color css
<style>
a { background-color: #F30653; }
a { background-color: rgb(243,6,83); }
div.DivClassName
{
background-color: #F30653;
}
.BgClassName
{
background-color: #F30653;
}
</style>
border-color css
<style>
span { border-color: #F30653; }
span { border-color: rgb(243,6,83); }
td.TdClassName
{
border-color: #F30653;
}
.TagClassName
{
border-color: #F30653;
}
</style>