Shades of Razzmatazz #F50069
Tints of Razzmatazz #F50069
RGB
CMYK
RGB Variations
Color information
#F50069 (or 0xF50069) is known color: Razzmatazz. HEX triplet: F5, 00 and 69. RGB value is (245,0,105). Sum of RGB (Red+Green+Blue) = 245+0+105=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F50069 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50069 is #0AFF96. Grayscale: #555555. Windows color (decimal): -720791 or 6881525. OLE color: 6881525.
HSL color Cylindrical-coordinate representation of color #F50069: hue angle of 334.29º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F50069 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.57 | 0.04 |
| HSL | 334.29º | 1% | 0.48% | - |
| HSV(B) | 334.29º | 1% | 0.96% | - |
| XYZ | 40.21 | 20.43 | 15.19 | - |
| YUV | 85.23 | 139.17 | 241.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 105 | 0 | 1 | 0.57 | 0.04 | 334.29 | 1 | 0.48 |
| Hex | F5 | 0 | 69 | 0 | 64 | 39 | 4 | 14E | 64 | 30 |
| Octal | 365 | 0 | 151 | 0 | 144 | 71 | 4 | 516 | 144 | 60 |
| Binary | 11110101 | 0 | 1101001 | 0 | 1100100 | 111001 | 100 | 101001110 | 1100100 | 110000 |
Color Harmonies of #F50069
Complementary color
Monochromatic Colors of #F50069
Black with #F50069
Text Example
Text Example
White with #F50069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50069; }
p { color: rgb(245,0,105); }
H1.HeaderClassName
{
color: #F50069;
}
.AnyTagClassName
{
color: #F50069;
}
</style>
background-color css
<style>
a { background-color: #F50069; }
a { background-color: rgb(245,0,105); }
div.DivClassName
{
background-color: #F50069;
}
.BgClassName
{
background-color: #F50069;
}
</style>
border-color css
<style>
span { border-color: #F50069; }
span { border-color: rgb(245,0,105); }
td.TdClassName
{
border-color: #F50069;
}
.TagClassName
{
border-color: #F50069;
}
</style>