Shades of Razzmatazz #F90768
Tints of Razzmatazz #F90768
RGB
CMYK
RGB Variations
Color information
#F90768 (or 0xF90768) is known color: Razzmatazz. HEX triplet: F9, 07 and 68. RGB value is (249,7,104). Sum of RGB (Red+Green+Blue) = 249+7+104=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F90768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90768 is #06F897. Grayscale: #5A5A5A. Windows color (decimal): -456856 or 6817785. OLE color: 6817785.
HSL color Cylindrical-coordinate representation of color #F90768: hue angle of 335.95º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F90768 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 104 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.02 |
| HSL | 335.95º | 0.95% | 0.5% | - |
| HSV(B) | 335.95º | 0.97% | 0.98% | - |
| XYZ | 41.64 | 21.29 | 15.01 | - |
| YUV | 90.42 | 135.67 | 241.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 104 | 0 | 0.97 | 0.58 | 0.02 | 335.95 | 0.95 | 0.5 |
| Hex | F9 | 7 | 68 | 0 | 61 | 3A | 2 | 150 | 5F | 32 |
| Octal | 371 | 7 | 150 | 0 | 141 | 72 | 2 | 520 | 137 | 62 |
| Binary | 11111001 | 111 | 1101000 | 0 | 1100001 | 111010 | 10 | 101010000 | 1011111 | 110010 |
Color Harmonies of #F90768
Complementary color
Monochromatic Colors of #F90768
Black with #F90768
Text Example
Text Example
White with #F90768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90768; }
p { color: rgb(249,7,104); }
H1.HeaderClassName
{
color: #F90768;
}
.AnyTagClassName
{
color: #F90768;
}
</style>
background-color css
<style>
a { background-color: #F90768; }
a { background-color: rgb(249,7,104); }
div.DivClassName
{
background-color: #F90768;
}
.BgClassName
{
background-color: #F90768;
}
</style>
border-color css
<style>
span { border-color: #F90768; }
span { border-color: rgb(249,7,104); }
td.TdClassName
{
border-color: #F90768;
}
.TagClassName
{
border-color: #F90768;
}
</style>