Shades of Razzmatazz #F90B6C
Tints of Razzmatazz #F90B6C
RGB
CMYK
RGB Variations
Color information
#F90B6C (or 0xF90B6C) is known color: Razzmatazz. HEX triplet: F9, 0B and 6C. RGB value is (249,11,108). Sum of RGB (Red+Green+Blue) = 249+11+108=368 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.66% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90B6C is #06F493. Grayscale: #5D5D5D. Windows color (decimal): -455828 or 7080953. OLE color: 7080953.
HSL color Cylindrical-coordinate representation of color #F90B6C: hue angle of 335.55º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90B6C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 108 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.02 |
| HSL | 335.55º | 0.95% | 0.51% | - |
| HSV(B) | 335.55º | 0.96% | 0.98% | - |
| XYZ | 41.89 | 21.46 | 16.12 | - |
| YUV | 93.22 | 136.35 | 239.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 108 | 0 | 0.96 | 0.57 | 0.02 | 335.55 | 0.95 | 0.51 |
| Hex | F9 | B | 6C | 0 | 60 | 39 | 2 | 150 | 5F | 33 |
| Octal | 371 | 13 | 154 | 0 | 140 | 71 | 2 | 520 | 137 | 63 |
| Binary | 11111001 | 1011 | 1101100 | 0 | 1100000 | 111001 | 10 | 101010000 | 1011111 | 110011 |
Color Harmonies of #F90B6C
Complementary color
Monochromatic Colors of #F90B6C
Black with #F90B6C
Text Example
Text Example
White with #F90B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90B6C; }
p { color: rgb(249,11,108); }
H1.HeaderClassName
{
color: #F90B6C;
}
.AnyTagClassName
{
color: #F90B6C;
}
</style>
background-color css
<style>
a { background-color: #F90B6C; }
a { background-color: rgb(249,11,108); }
div.DivClassName
{
background-color: #F90B6C;
}
.BgClassName
{
background-color: #F90B6C;
}
</style>
border-color css
<style>
span { border-color: #F90B6C; }
span { border-color: rgb(249,11,108); }
td.TdClassName
{
border-color: #F90B6C;
}
.TagClassName
{
border-color: #F90B6C;
}
</style>