Shades of Razzmatazz #F90173
Tints of Razzmatazz #F90173
RGB
CMYK
RGB Variations
Color information
#F90173 (or 0xF90173) is known color: Razzmatazz. HEX triplet: F9, 01 and 73. RGB value is (249,1,115). Sum of RGB (Red+Green+Blue) = 249+1+115=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F90173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90173 is #06FE8C. Grayscale: #575757. Windows color (decimal): -458381 or 7537145. OLE color: 7537145.
HSL color Cylindrical-coordinate representation of color #F90173: hue angle of 332.42º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90173 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.02 |
| HSL | 332.42º | 0.99% | 0.49% | - |
| HSV(B) | 332.42º | 1% | 0.98% | - |
| XYZ | 42.17 | 21.4 | 18.13 | - |
| YUV | 88.15 | 143.16 | 242.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 115 | 0 | 1.00 | 0.54 | 0.02 | 332.42 | 0.99 | 0.49 |
| Hex | F9 | 1 | 73 | 0 | 64 | 36 | 2 | 14C | 63 | 31 |
| Octal | 371 | 1 | 163 | 0 | 144 | 66 | 2 | 514 | 143 | 61 |
| Binary | 11111001 | 1 | 1110011 | 0 | 1100100 | 110110 | 10 | 101001100 | 1100011 | 110001 |
Color Harmonies of #F90173
Complementary color
Monochromatic Colors of #F90173
Black with #F90173
Text Example
Text Example
White with #F90173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90173; }
p { color: rgb(249,1,115); }
H1.HeaderClassName
{
color: #F90173;
}
.AnyTagClassName
{
color: #F90173;
}
</style>
background-color css
<style>
a { background-color: #F90173; }
a { background-color: rgb(249,1,115); }
div.DivClassName
{
background-color: #F90173;
}
.BgClassName
{
background-color: #F90173;
}
</style>
border-color css
<style>
span { border-color: #F90173; }
span { border-color: rgb(249,1,115); }
td.TdClassName
{
border-color: #F90173;
}
.TagClassName
{
border-color: #F90173;
}
</style>