Shades of Razzmatazz #F30976
Tints of Razzmatazz #F30976
RGB
CMYK
RGB Variations
Color information
#F30976 (or 0xF30976) is known color: Razzmatazz. HEX triplet: F3, 09 and 76. RGB value is (243,9,118). Sum of RGB (Red+Green+Blue) = 243+9+118=370 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.68% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 243 - color contains mainly: red. Hex color #F30976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30976 is #0CF689. Grayscale: #5B5B5B. Windows color (decimal): -849546 or 7735795. OLE color: 7735795.
HSL color Cylindrical-coordinate representation of color #F30976: hue angle of 332.05º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30976 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 118 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.05 |
| HSL | 332.05º | 0.93% | 0.49% | - |
| HSV(B) | 332.05º | 0.96% | 0.95% | - |
| XYZ | 40.33 | 20.56 | 18.98 | - |
| YUV | 91.39 | 143.02 | 236.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 118 | 0 | 0.96 | 0.51 | 0.05 | 332.05 | 0.93 | 0.49 |
| Hex | F3 | 9 | 76 | 0 | 60 | 33 | 5 | 14C | 5D | 31 |
| Octal | 363 | 11 | 166 | 0 | 140 | 63 | 5 | 514 | 135 | 61 |
| Binary | 11110011 | 1001 | 1110110 | 0 | 1100000 | 110011 | 101 | 101001100 | 1011101 | 110001 |
Color Harmonies of #F30976
Complementary color
Monochromatic Colors of #F30976
Black with #F30976
Text Example
Text Example
White with #F30976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30976; }
p { color: rgb(243,9,118); }
H1.HeaderClassName
{
color: #F30976;
}
.AnyTagClassName
{
color: #F30976;
}
</style>
background-color css
<style>
a { background-color: #F30976; }
a { background-color: rgb(243,9,118); }
div.DivClassName
{
background-color: #F30976;
}
.BgClassName
{
background-color: #F30976;
}
</style>
border-color css
<style>
span { border-color: #F30976; }
span { border-color: rgb(243,9,118); }
td.TdClassName
{
border-color: #F30976;
}
.TagClassName
{
border-color: #F30976;
}
</style>