Shades of Razzmatazz #F90369
Tints of Razzmatazz #F90369
RGB
CMYK
RGB Variations
Color information
#F90369 (or 0xF90369) is known color: Razzmatazz. HEX triplet: F9, 03 and 69. RGB value is (249,3,105). Sum of RGB (Red+Green+Blue) = 249+3+105=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F90369 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90369 is #06FC96. Grayscale: #585858. Windows color (decimal): -457879 or 6882297. OLE color: 6882297.
HSL color Cylindrical-coordinate representation of color #F90369: hue angle of 335.12º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90369 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 105 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.02 |
| HSL | 335.12º | 0.98% | 0.49% | - |
| HSV(B) | 335.12º | 0.99% | 0.98% | - |
| XYZ | 41.65 | 21.22 | 15.27 | - |
| YUV | 88.18 | 137.5 | 242.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 105 | 0 | 0.99 | 0.58 | 0.02 | 335.12 | 0.98 | 0.49 |
| Hex | F9 | 3 | 69 | 0 | 63 | 3A | 2 | 14F | 62 | 31 |
| Octal | 371 | 3 | 151 | 0 | 143 | 72 | 2 | 517 | 142 | 61 |
| Binary | 11111001 | 11 | 1101001 | 0 | 1100011 | 111010 | 10 | 101001111 | 1100010 | 110001 |
Color Harmonies of #F90369
Complementary color
Monochromatic Colors of #F90369
Black with #F90369
Text Example
Text Example
White with #F90369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90369; }
p { color: rgb(249,3,105); }
H1.HeaderClassName
{
color: #F90369;
}
.AnyTagClassName
{
color: #F90369;
}
</style>
background-color css
<style>
a { background-color: #F90369; }
a { background-color: rgb(249,3,105); }
div.DivClassName
{
background-color: #F90369;
}
.BgClassName
{
background-color: #F90369;
}
</style>
border-color css
<style>
span { border-color: #F90369; }
span { border-color: rgb(249,3,105); }
td.TdClassName
{
border-color: #F90369;
}
.TagClassName
{
border-color: #F90369;
}
</style>