Shades of Razzmatazz #F90665
Tints of Razzmatazz #F90665
RGB
CMYK
RGB Variations
Color information
#F90665 (or 0xF90665) is known color: Razzmatazz. HEX triplet: F9, 06 and 65. RGB value is (249,6,101). Sum of RGB (Red+Green+Blue) = 249+6+101=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F90665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90665 is #06F99A. Grayscale: #595959. Windows color (decimal): -457115 or 6620921. OLE color: 6620921.
HSL color Cylindrical-coordinate representation of color #F90665: hue angle of 336.54º 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 #F90665 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 101 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.02 |
| HSL | 336.54º | 0.95% | 0.5% | - |
| HSV(B) | 336.54º | 0.98% | 0.98% | - |
| XYZ | 41.48 | 21.21 | 14.22 | - |
| YUV | 89.49 | 134.51 | 241.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 101 | 0 | 0.98 | 0.59 | 0.02 | 336.54 | 0.95 | 0.5 |
| Hex | F9 | 6 | 65 | 0 | 62 | 3B | 2 | 151 | 5F | 32 |
| Octal | 371 | 6 | 145 | 0 | 142 | 73 | 2 | 521 | 137 | 62 |
| Binary | 11111001 | 110 | 1100101 | 0 | 1100010 | 111011 | 10 | 101010001 | 1011111 | 110010 |
Color Harmonies of #F90665
Complementary color
Monochromatic Colors of #F90665
Black with #F90665
Text Example
Text Example
White with #F90665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90665; }
p { color: rgb(249,6,101); }
H1.HeaderClassName
{
color: #F90665;
}
.AnyTagClassName
{
color: #F90665;
}
</style>
background-color css
<style>
a { background-color: #F90665; }
a { background-color: rgb(249,6,101); }
div.DivClassName
{
background-color: #F90665;
}
.BgClassName
{
background-color: #F90665;
}
</style>
border-color css
<style>
span { border-color: #F90665; }
span { border-color: rgb(249,6,101); }
td.TdClassName
{
border-color: #F90665;
}
.TagClassName
{
border-color: #F90665;
}
</style>