Shades of Razzmatazz #F3006D
Tints of Razzmatazz #F3006D
RGB
CMYK
RGB Variations
Color information
#F3006D (or 0xF3006D) is known color: Razzmatazz. HEX triplet: F3, 00 and 6D. RGB value is (243,0,109). Sum of RGB (Red+Green+Blue) = 243+0+109=352 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.03% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 243 - color contains mainly: red. Hex color #F3006D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3006D is #0CFF92. Grayscale: #545454. Windows color (decimal): -851859 or 7143667. OLE color: 7143667.
HSL color Cylindrical-coordinate representation of color #F3006D: hue angle of 333.09º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3006D is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.55 | 0.05 |
| HSL | 333.09º | 1% | 0.48% | - |
| HSV(B) | 333.09º | 1% | 0.95% | - |
| XYZ | 39.72 | 20.16 | 16.27 | - |
| YUV | 85.08 | 141.51 | 240.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 109 | 0 | 1 | 0.55 | 0.05 | 333.09 | 1 | 0.48 |
| Hex | F3 | 0 | 6D | 0 | 64 | 37 | 5 | 14D | 64 | 30 |
| Octal | 363 | 0 | 155 | 0 | 144 | 67 | 5 | 515 | 144 | 60 |
| Binary | 11110011 | 0 | 1101101 | 0 | 1100100 | 110111 | 101 | 101001101 | 1100100 | 110000 |
Color Harmonies of #F3006D
Complementary color
Monochromatic Colors of #F3006D
Black with #F3006D
Text Example
Text Example
White with #F3006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3006D; }
p { color: rgb(243,0,109); }
H1.HeaderClassName
{
color: #F3006D;
}
.AnyTagClassName
{
color: #F3006D;
}
</style>
background-color css
<style>
a { background-color: #F3006D; }
a { background-color: rgb(243,0,109); }
div.DivClassName
{
background-color: #F3006D;
}
.BgClassName
{
background-color: #F3006D;
}
</style>
border-color css
<style>
span { border-color: #F3006D; }
span { border-color: rgb(243,0,109); }
td.TdClassName
{
border-color: #F3006D;
}
.TagClassName
{
border-color: #F3006D;
}
</style>