Shades of Razzmatazz #F90675
Tints of Razzmatazz #F90675
RGB
CMYK
RGB Variations
Color information
#F90675 (or 0xF90675) is known color: Razzmatazz. HEX triplet: F9, 06 and 75. RGB value is (249,6,117). Sum of RGB (Red+Green+Blue) = 249+6+117=372 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.94% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 249 - color contains mainly: red. Hex color #F90675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90675 is #06F98A. Grayscale: #5B5B5B. Windows color (decimal): -457099 or 7669497. OLE color: 7669497.
HSL color Cylindrical-coordinate representation of color #F90675: hue angle of 332.59º degrees, saturation: 0.95, 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 #F90675 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 117 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.02 |
| HSL | 332.59º | 0.95% | 0.5% | - |
| HSV(B) | 332.59º | 0.98% | 0.98% | - |
| XYZ | 42.34 | 21.55 | 18.76 | - |
| YUV | 91.31 | 142.51 | 240.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 117 | 0 | 0.98 | 0.53 | 0.02 | 332.59 | 0.95 | 0.5 |
| Hex | F9 | 6 | 75 | 0 | 62 | 35 | 2 | 14D | 5F | 32 |
| Octal | 371 | 6 | 165 | 0 | 142 | 65 | 2 | 515 | 137 | 62 |
| Binary | 11111001 | 110 | 1110101 | 0 | 1100010 | 110101 | 10 | 101001101 | 1011111 | 110010 |
Color Harmonies of #F90675
Complementary color
Monochromatic Colors of #F90675
Black with #F90675
Text Example
Text Example
White with #F90675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90675; }
p { color: rgb(249,6,117); }
H1.HeaderClassName
{
color: #F90675;
}
.AnyTagClassName
{
color: #F90675;
}
</style>
background-color css
<style>
a { background-color: #F90675; }
a { background-color: rgb(249,6,117); }
div.DivClassName
{
background-color: #F90675;
}
.BgClassName
{
background-color: #F90675;
}
</style>
border-color css
<style>
span { border-color: #F90675; }
span { border-color: rgb(249,6,117); }
td.TdClassName
{
border-color: #F90675;
}
.TagClassName
{
border-color: #F90675;
}
</style>