Shades of Razzmatazz #F90057
Tints of Razzmatazz #F90057
RGB
CMYK
RGB Variations
Color information
#F90057 (or 0xF90057) is known color: Razzmatazz. HEX triplet: F9, 00 and 57. RGB value is (249,0,87). Sum of RGB (Red+Green+Blue) = 249+0+87=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F90057 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90057 is #06FFA8. Grayscale: #545454. Windows color (decimal): -458665 or 5701881. OLE color: 5701881.
HSL color Cylindrical-coordinate representation of color #F90057: hue angle of 339.04º 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 #F90057 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 87 | - |
| CMYK | 0 | 1 | 0.65 | 0.02 |
| HSL | 339.04º | 1% | 0.49% | - |
| HSV(B) | 339.04º | 1% | 0.98% | - |
| XYZ | 40.79 | 20.83 | 10.89 | - |
| YUV | 84.37 | 129.49 | 245.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 87 | 0 | 1 | 0.65 | 0.02 | 339.04 | 1 | 0.49 |
| Hex | F9 | 0 | 57 | 0 | 64 | 41 | 2 | 153 | 64 | 31 |
| Octal | 371 | 0 | 127 | 0 | 144 | 101 | 2 | 523 | 144 | 61 |
| Binary | 11111001 | 0 | 1010111 | 0 | 1100100 | 1000001 | 10 | 101010011 | 1100100 | 110001 |
Color Harmonies of #F90057
Complementary color
Monochromatic Colors of #F90057
Black with #F90057
Text Example
Text Example
White with #F90057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90057; }
p { color: rgb(249,0,87); }
H1.HeaderClassName
{
color: #F90057;
}
.AnyTagClassName
{
color: #F90057;
}
</style>
background-color css
<style>
a { background-color: #F90057; }
a { background-color: rgb(249,0,87); }
div.DivClassName
{
background-color: #F90057;
}
.BgClassName
{
background-color: #F90057;
}
</style>
border-color css
<style>
span { border-color: #F90057; }
span { border-color: rgb(249,0,87); }
td.TdClassName
{
border-color: #F90057;
}
.TagClassName
{
border-color: #F90057;
}
</style>