Shades of Razzmatazz #F5066B
Tints of Razzmatazz #F5066B
RGB
CMYK
RGB Variations
Color information
#F5066B (or 0xF5066B) is known color: Razzmatazz. HEX triplet: F5, 06 and 6B. RGB value is (245,6,107). Sum of RGB (Red+Green+Blue) = 245+6+107=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F5066B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5066B is #0AF994. Grayscale: #585858. Windows color (decimal): -719253 or 7014133. OLE color: 7014133.
HSL color Cylindrical-coordinate representation of color #F5066B: hue angle of 334.64º degrees, saturation: 0.95, 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 #F5066B is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 107 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.04 |
| HSL | 334.64º | 0.95% | 0.49% | - |
| HSV(B) | 334.64º | 0.98% | 0.96% | - |
| XYZ | 40.38 | 20.6 | 15.76 | - |
| YUV | 88.98 | 138.18 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 107 | 0 | 0.98 | 0.56 | 0.04 | 334.64 | 0.95 | 0.49 |
| Hex | F5 | 6 | 6B | 0 | 62 | 38 | 4 | 14F | 5F | 31 |
| Octal | 365 | 6 | 153 | 0 | 142 | 70 | 4 | 517 | 137 | 61 |
| Binary | 11110101 | 110 | 1101011 | 0 | 1100010 | 111000 | 100 | 101001111 | 1011111 | 110001 |
Color Harmonies of #F5066B
Complementary color
Monochromatic Colors of #F5066B
Black with #F5066B
Text Example
Text Example
White with #F5066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5066B; }
p { color: rgb(245,6,107); }
H1.HeaderClassName
{
color: #F5066B;
}
.AnyTagClassName
{
color: #F5066B;
}
</style>
background-color css
<style>
a { background-color: #F5066B; }
a { background-color: rgb(245,6,107); }
div.DivClassName
{
background-color: #F5066B;
}
.BgClassName
{
background-color: #F5066B;
}
</style>
border-color css
<style>
span { border-color: #F5066B; }
span { border-color: rgb(245,6,107); }
td.TdClassName
{
border-color: #F5066B;
}
.TagClassName
{
border-color: #F5066B;
}
</style>