Shades of Razzmatazz #F5046D
Tints of Razzmatazz #F5046D
RGB
CMYK
RGB Variations
Color information
#F5046D (or 0xF5046D) is known color: Razzmatazz. HEX triplet: F5, 04 and 6D. RGB value is (245,4,109). Sum of RGB (Red+Green+Blue) = 245+4+109=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F5046D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5046D is #0AFB92. Grayscale: #575757. Windows color (decimal): -719763 or 7144693. OLE color: 7144693.
HSL color Cylindrical-coordinate representation of color #F5046D: hue angle of 333.86º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5046D is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 109 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.04 |
| HSL | 333.86º | 0.97% | 0.49% | - |
| HSV(B) | 333.86º | 0.98% | 0.96% | - |
| XYZ | 40.46 | 20.6 | 16.31 | - |
| YUV | 88.03 | 139.84 | 239.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 109 | 0 | 0.98 | 0.56 | 0.04 | 333.86 | 0.97 | 0.49 |
| Hex | F5 | 4 | 6D | 0 | 62 | 38 | 4 | 14E | 61 | 31 |
| Octal | 365 | 4 | 155 | 0 | 142 | 70 | 4 | 516 | 141 | 61 |
| Binary | 11110101 | 100 | 1101101 | 0 | 1100010 | 111000 | 100 | 101001110 | 1100001 | 110001 |
Color Harmonies of #F5046D
Complementary color
Monochromatic Colors of #F5046D
Black with #F5046D
Text Example
Text Example
White with #F5046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5046D; }
p { color: rgb(245,4,109); }
H1.HeaderClassName
{
color: #F5046D;
}
.AnyTagClassName
{
color: #F5046D;
}
</style>
background-color css
<style>
a { background-color: #F5046D; }
a { background-color: rgb(245,4,109); }
div.DivClassName
{
background-color: #F5046D;
}
.BgClassName
{
background-color: #F5046D;
}
</style>
border-color css
<style>
span { border-color: #F5046D; }
span { border-color: rgb(245,4,109); }
td.TdClassName
{
border-color: #F5046D;
}
.TagClassName
{
border-color: #F5046D;
}
</style>