Shades of Razzmatazz #F90474
Tints of Razzmatazz #F90474
RGB
CMYK
RGB Variations
Color information
#F90474 (or 0xF90474) is known color: Razzmatazz. HEX triplet: F9, 04 and 74. RGB value is (249,4,116). Sum of RGB (Red+Green+Blue) = 249+4+116=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F90474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90474 is #06FB8B. Grayscale: #595959. Windows color (decimal): -457612 or 7603449. OLE color: 7603449.
HSL color Cylindrical-coordinate representation of color #F90474: hue angle of 332.57º 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 #F90474 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 116 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.02 |
| HSL | 332.57º | 0.97% | 0.5% | - |
| HSV(B) | 332.57º | 0.98% | 0.98% | - |
| XYZ | 42.26 | 21.49 | 18.44 | - |
| YUV | 90.02 | 142.67 | 241.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 116 | 0 | 0.98 | 0.53 | 0.02 | 332.57 | 0.97 | 0.5 |
| Hex | F9 | 4 | 74 | 0 | 62 | 35 | 2 | 14D | 61 | 32 |
| Octal | 371 | 4 | 164 | 0 | 142 | 65 | 2 | 515 | 141 | 62 |
| Binary | 11111001 | 100 | 1110100 | 0 | 1100010 | 110101 | 10 | 101001101 | 1100001 | 110010 |
Color Harmonies of #F90474
Complementary color
Monochromatic Colors of #F90474
Black with #F90474
Text Example
Text Example
White with #F90474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90474; }
p { color: rgb(249,4,116); }
H1.HeaderClassName
{
color: #F90474;
}
.AnyTagClassName
{
color: #F90474;
}
</style>
background-color css
<style>
a { background-color: #F90474; }
a { background-color: rgb(249,4,116); }
div.DivClassName
{
background-color: #F90474;
}
.BgClassName
{
background-color: #F90474;
}
</style>
border-color css
<style>
span { border-color: #F90474; }
span { border-color: rgb(249,4,116); }
td.TdClassName
{
border-color: #F90474;
}
.TagClassName
{
border-color: #F90474;
}
</style>