Shades of Razzmatazz #F51069
Tints of Razzmatazz #F51069
RGB
CMYK
RGB Variations
Color information
#F51069 (or 0xF51069) is known color: Razzmatazz. HEX triplet: F5, 10 and 69. RGB value is (245,16,105). Sum of RGB (Red+Green+Blue) = 245+16+105=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F51069 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51069 is #0AEF96. Grayscale: #5E5E5E. Windows color (decimal): -716695 or 6885621. OLE color: 6885621.
HSL color Cylindrical-coordinate representation of color #F51069: hue angle of 336.68º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51069 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 105 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.04 |
| HSL | 336.68º | 0.92% | 0.51% | - |
| HSV(B) | 336.68º | 0.93% | 0.96% | - |
| XYZ | 40.39 | 20.8 | 15.25 | - |
| YUV | 94.62 | 133.87 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 105 | 0 | 0.93 | 0.57 | 0.04 | 336.68 | 0.92 | 0.51 |
| Hex | F5 | 10 | 69 | 0 | 5D | 39 | 4 | 151 | 5C | 33 |
| Octal | 365 | 20 | 151 | 0 | 135 | 71 | 4 | 521 | 134 | 63 |
| Binary | 11110101 | 10000 | 1101001 | 0 | 1011101 | 111001 | 100 | 101010001 | 1011100 | 110011 |
Color Harmonies of #F51069
Complementary color
Monochromatic Colors of #F51069
Black with #F51069
Text Example
Text Example
White with #F51069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51069; }
p { color: rgb(245,16,105); }
H1.HeaderClassName
{
color: #F51069;
}
.AnyTagClassName
{
color: #F51069;
}
</style>
background-color css
<style>
a { background-color: #F51069; }
a { background-color: rgb(245,16,105); }
div.DivClassName
{
background-color: #F51069;
}
.BgClassName
{
background-color: #F51069;
}
</style>
border-color css
<style>
span { border-color: #F51069; }
span { border-color: rgb(245,16,105); }
td.TdClassName
{
border-color: #F51069;
}
.TagClassName
{
border-color: #F51069;
}
</style>