Shades of Razzmatazz #F90058
Tints of Razzmatazz #F90058
RGB
CMYK
RGB Variations
Color information
#F90058 (or 0xF90058) is known color: Razzmatazz. HEX triplet: F9, 00 and 58. RGB value is (249,0,88). Sum of RGB (Red+Green+Blue) = 249+0+88=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F90058 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90058 is #06FFA7. Grayscale: #545454. Windows color (decimal): -458664 or 5767417. OLE color: 5767417.
HSL color Cylindrical-coordinate representation of color #F90058: hue angle of 338.8º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90058 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.65 | 0.02 |
| HSL | 338.8º | 1% | 0.49% | - |
| HSV(B) | 338.8º | 1% | 0.98% | - |
| XYZ | 40.83 | 20.84 | 11.1 | - |
| YUV | 84.48 | 129.99 | 245.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 88 | 0 | 1 | 0.65 | 0.02 | 338.8 | 1 | 0.49 |
| Hex | F9 | 0 | 58 | 0 | 64 | 41 | 2 | 153 | 64 | 31 |
| Octal | 371 | 0 | 130 | 0 | 144 | 101 | 2 | 523 | 144 | 61 |
| Binary | 11111001 | 0 | 1011000 | 0 | 1100100 | 1000001 | 10 | 101010011 | 1100100 | 110001 |
Color Harmonies of #F90058
Complementary color
Monochromatic Colors of #F90058
Black with #F90058
Text Example
Text Example
White with #F90058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90058; }
p { color: rgb(249,0,88); }
H1.HeaderClassName
{
color: #F90058;
}
.AnyTagClassName
{
color: #F90058;
}
</style>
background-color css
<style>
a { background-color: #F90058; }
a { background-color: rgb(249,0,88); }
div.DivClassName
{
background-color: #F90058;
}
.BgClassName
{
background-color: #F90058;
}
</style>
border-color css
<style>
span { border-color: #F90058; }
span { border-color: rgb(249,0,88); }
td.TdClassName
{
border-color: #F90058;
}
.TagClassName
{
border-color: #F90058;
}
</style>