Shades of Razzmatazz #F3016D
Tints of Razzmatazz #F3016D
RGB
CMYK
RGB Variations
Color information
#F3016D (or 0xF3016D) is known color: Razzmatazz. HEX triplet: F3, 01 and 6D. RGB value is (243,1,109). Sum of RGB (Red+Green+Blue) = 243+1+109=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F3016D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3016D is #0CFE92. Grayscale: #555555. Windows color (decimal): -851603 or 7143923. OLE color: 7143923.
HSL color Cylindrical-coordinate representation of color #F3016D: hue angle of 333.22º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3016D is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.05 |
| HSL | 333.22º | 0.99% | 0.48% | - |
| HSV(B) | 333.22º | 1% | 0.95% | - |
| XYZ | 39.73 | 20.18 | 16.27 | - |
| YUV | 85.67 | 141.17 | 240.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 109 | 0 | 1.00 | 0.55 | 0.05 | 333.22 | 0.99 | 0.48 |
| Hex | F3 | 1 | 6D | 0 | 64 | 37 | 5 | 14D | 63 | 30 |
| Octal | 363 | 1 | 155 | 0 | 144 | 67 | 5 | 515 | 143 | 60 |
| Binary | 11110011 | 1 | 1101101 | 0 | 1100100 | 110111 | 101 | 101001101 | 1100011 | 110000 |
Color Harmonies of #F3016D
Complementary color
Monochromatic Colors of #F3016D
Black with #F3016D
Text Example
Text Example
White with #F3016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3016D; }
p { color: rgb(243,1,109); }
H1.HeaderClassName
{
color: #F3016D;
}
.AnyTagClassName
{
color: #F3016D;
}
</style>
background-color css
<style>
a { background-color: #F3016D; }
a { background-color: rgb(243,1,109); }
div.DivClassName
{
background-color: #F3016D;
}
.BgClassName
{
background-color: #F3016D;
}
</style>
border-color css
<style>
span { border-color: #F3016D; }
span { border-color: rgb(243,1,109); }
td.TdClassName
{
border-color: #F3016D;
}
.TagClassName
{
border-color: #F3016D;
}
</style>