Shades of Razzmatazz #F90769
Tints of Razzmatazz #F90769
RGB
CMYK
RGB Variations
Color information
#F90769 (or 0xF90769) is known color: Razzmatazz. HEX triplet: F9, 07 and 69. RGB value is (249,7,105). Sum of RGB (Red+Green+Blue) = 249+7+105=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F90769 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90769 is #06F896. Grayscale: #5A5A5A. Windows color (decimal): -456855 or 6883321. OLE color: 6883321.
HSL color Cylindrical-coordinate representation of color #F90769: hue angle of 335.7º 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 #F90769 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 105 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.02 |
| HSL | 335.7º | 0.95% | 0.5% | - |
| HSV(B) | 335.7º | 0.97% | 0.98% | - |
| XYZ | 41.69 | 21.31 | 15.28 | - |
| YUV | 90.53 | 136.17 | 241.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 105 | 0 | 0.97 | 0.58 | 0.02 | 335.7 | 0.95 | 0.5 |
| Hex | F9 | 7 | 69 | 0 | 61 | 3A | 2 | 150 | 5F | 32 |
| Octal | 371 | 7 | 151 | 0 | 141 | 72 | 2 | 520 | 137 | 62 |
| Binary | 11111001 | 111 | 1101001 | 0 | 1100001 | 111010 | 10 | 101010000 | 1011111 | 110010 |
Color Harmonies of #F90769
Complementary color
Monochromatic Colors of #F90769
Black with #F90769
Text Example
Text Example
White with #F90769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90769; }
p { color: rgb(249,7,105); }
H1.HeaderClassName
{
color: #F90769;
}
.AnyTagClassName
{
color: #F90769;
}
</style>
background-color css
<style>
a { background-color: #F90769; }
a { background-color: rgb(249,7,105); }
div.DivClassName
{
background-color: #F90769;
}
.BgClassName
{
background-color: #F90769;
}
</style>
border-color css
<style>
span { border-color: #F90769; }
span { border-color: rgb(249,7,105); }
td.TdClassName
{
border-color: #F90769;
}
.TagClassName
{
border-color: #F90769;
}
</style>