Shades of Razzmatazz #F90467
Tints of Razzmatazz #F90467
RGB
CMYK
RGB Variations
Color information
#F90467 (or 0xF90467) is known color: Razzmatazz. HEX triplet: F9, 04 and 67. RGB value is (249,4,103). Sum of RGB (Red+Green+Blue) = 249+4+103=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F90467 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90467 is #06FB98. Grayscale: #585858. Windows color (decimal): -457625 or 6751481. OLE color: 6751481.
HSL color Cylindrical-coordinate representation of color #F90467: hue angle of 335.76º 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 #F90467 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 103 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.02 |
| HSL | 335.76º | 0.97% | 0.5% | - |
| HSV(B) | 335.76º | 0.98% | 0.98% | - |
| XYZ | 41.56 | 21.21 | 14.73 | - |
| YUV | 88.54 | 136.17 | 242.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 103 | 0 | 0.98 | 0.59 | 0.02 | 335.76 | 0.97 | 0.5 |
| Hex | F9 | 4 | 67 | 0 | 62 | 3B | 2 | 150 | 61 | 32 |
| Octal | 371 | 4 | 147 | 0 | 142 | 73 | 2 | 520 | 141 | 62 |
| Binary | 11111001 | 100 | 1100111 | 0 | 1100010 | 111011 | 10 | 101010000 | 1100001 | 110010 |
Color Harmonies of #F90467
Complementary color
Monochromatic Colors of #F90467
Black with #F90467
Text Example
Text Example
White with #F90467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90467; }
p { color: rgb(249,4,103); }
H1.HeaderClassName
{
color: #F90467;
}
.AnyTagClassName
{
color: #F90467;
}
</style>
background-color css
<style>
a { background-color: #F90467; }
a { background-color: rgb(249,4,103); }
div.DivClassName
{
background-color: #F90467;
}
.BgClassName
{
background-color: #F90467;
}
</style>
border-color css
<style>
span { border-color: #F90467; }
span { border-color: rgb(249,4,103); }
td.TdClassName
{
border-color: #F90467;
}
.TagClassName
{
border-color: #F90467;
}
</style>