Shades of Razzmatazz #F30966
Tints of Razzmatazz #F30966
RGB
CMYK
RGB Variations
Color information
#F30966 (or 0xF30966) is known color: Razzmatazz. HEX triplet: F3, 09 and 66. RGB value is (243,9,102). Sum of RGB (Red+Green+Blue) = 243+9+102=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F30966 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30966 is #0CF699. Grayscale: #595959. Windows color (decimal): -849562 or 6687219. OLE color: 6687219.
HSL color Cylindrical-coordinate representation of color #F30966: hue angle of 336.15º 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 #F30966 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 102 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.05 |
| HSL | 336.15º | 0.93% | 0.49% | - |
| HSV(B) | 336.15º | 0.96% | 0.95% | - |
| XYZ | 39.46 | 20.21 | 14.39 | - |
| YUV | 89.57 | 135.02 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 102 | 0 | 0.96 | 0.58 | 0.05 | 336.15 | 0.93 | 0.49 |
| Hex | F3 | 9 | 66 | 0 | 60 | 3A | 5 | 150 | 5D | 31 |
| Octal | 363 | 11 | 146 | 0 | 140 | 72 | 5 | 520 | 135 | 61 |
| Binary | 11110011 | 1001 | 1100110 | 0 | 1100000 | 111010 | 101 | 101010000 | 1011101 | 110001 |
Color Harmonies of #F30966
Complementary color
Monochromatic Colors of #F30966
Black with #F30966
Text Example
Text Example
White with #F30966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30966; }
p { color: rgb(243,9,102); }
H1.HeaderClassName
{
color: #F30966;
}
.AnyTagClassName
{
color: #F30966;
}
</style>
background-color css
<style>
a { background-color: #F30966; }
a { background-color: rgb(243,9,102); }
div.DivClassName
{
background-color: #F30966;
}
.BgClassName
{
background-color: #F30966;
}
</style>
border-color css
<style>
span { border-color: #F30966; }
span { border-color: rgb(243,9,102); }
td.TdClassName
{
border-color: #F30966;
}
.TagClassName
{
border-color: #F30966;
}
</style>