Shades of Razzmatazz #F51068
Tints of Razzmatazz #F51068
RGB
CMYK
RGB Variations
Color information
#F51068 (or 0xF51068) is known color: Razzmatazz. HEX triplet: F5, 10 and 68. RGB value is (245,16,104). Sum of RGB (Red+Green+Blue) = 245+16+104=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F51068 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51068 is #0AEF97. Grayscale: #5E5E5E. Windows color (decimal): -716696 or 6820085. OLE color: 6820085.
HSL color Cylindrical-coordinate representation of color #F51068: hue angle of 336.94º 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 #F51068 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 104 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.04 |
| HSL | 336.94º | 0.92% | 0.51% | - |
| HSV(B) | 336.94º | 0.93% | 0.96% | - |
| XYZ | 40.34 | 20.78 | 14.98 | - |
| YUV | 94.5 | 133.37 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 104 | 0 | 0.93 | 0.58 | 0.04 | 336.94 | 0.92 | 0.51 |
| Hex | F5 | 10 | 68 | 0 | 5D | 3A | 4 | 151 | 5C | 33 |
| Octal | 365 | 20 | 150 | 0 | 135 | 72 | 4 | 521 | 134 | 63 |
| Binary | 11110101 | 10000 | 1101000 | 0 | 1011101 | 111010 | 100 | 101010001 | 1011100 | 110011 |
Color Harmonies of #F51068
Complementary color
Monochromatic Colors of #F51068
Black with #F51068
Text Example
Text Example
White with #F51068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51068; }
p { color: rgb(245,16,104); }
H1.HeaderClassName
{
color: #F51068;
}
.AnyTagClassName
{
color: #F51068;
}
</style>
background-color css
<style>
a { background-color: #F51068; }
a { background-color: rgb(245,16,104); }
div.DivClassName
{
background-color: #F51068;
}
.BgClassName
{
background-color: #F51068;
}
</style>
border-color css
<style>
span { border-color: #F51068; }
span { border-color: rgb(245,16,104); }
td.TdClassName
{
border-color: #F51068;
}
.TagClassName
{
border-color: #F51068;
}
</style>