Shades of Razzmatazz #F90468
Tints of Razzmatazz #F90468
RGB
CMYK
RGB Variations
Color information
#F90468 (or 0xF90468) is known color: Razzmatazz. HEX triplet: F9, 04 and 68. RGB value is (249,4,104). Sum of RGB (Red+Green+Blue) = 249+4+104=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F90468 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90468 is #06FB97. Grayscale: #585858. Windows color (decimal): -457624 or 6817017. OLE color: 6817017.
HSL color Cylindrical-coordinate representation of color #F90468: hue angle of 335.51º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90468 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 104 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.02 |
| HSL | 335.51º | 0.97% | 0.5% | - |
| HSV(B) | 335.51º | 0.98% | 0.98% | - |
| XYZ | 41.61 | 21.23 | 15 | - |
| YUV | 88.66 | 136.67 | 242.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 104 | 0 | 0.98 | 0.58 | 0.02 | 335.51 | 0.97 | 0.5 |
| Hex | F9 | 4 | 68 | 0 | 62 | 3A | 2 | 150 | 61 | 32 |
| Octal | 371 | 4 | 150 | 0 | 142 | 72 | 2 | 520 | 141 | 62 |
| Binary | 11111001 | 100 | 1101000 | 0 | 1100010 | 111010 | 10 | 101010000 | 1100001 | 110010 |
Color Harmonies of #F90468
Complementary color
Monochromatic Colors of #F90468
Black with #F90468
Text Example
Text Example
White with #F90468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90468; }
p { color: rgb(249,4,104); }
H1.HeaderClassName
{
color: #F90468;
}
.AnyTagClassName
{
color: #F90468;
}
</style>
background-color css
<style>
a { background-color: #F90468; }
a { background-color: rgb(249,4,104); }
div.DivClassName
{
background-color: #F90468;
}
.BgClassName
{
background-color: #F90468;
}
</style>
border-color css
<style>
span { border-color: #F90468; }
span { border-color: rgb(249,4,104); }
td.TdClassName
{
border-color: #F90468;
}
.TagClassName
{
border-color: #F90468;
}
</style>