Shades of Razzmatazz #F90D6C
Tints of Razzmatazz #F90D6C
RGB
CMYK
RGB Variations
Color information
#F90D6C (or 0xF90D6C) is known color: Razzmatazz. HEX triplet: F9, 0D and 6C. RGB value is (249,13,108). Sum of RGB (Red+Green+Blue) = 249+13+108=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F90D6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90D6C is #06F293. Grayscale: #5E5E5E. Windows color (decimal): -455316 or 7081465. OLE color: 7081465.
HSL color Cylindrical-coordinate representation of color #F90D6C: hue angle of 335.85º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90D6C is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 13 | 108 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.02 |
| HSL | 335.85º | 0.95% | 0.51% | - |
| HSV(B) | 335.85º | 0.95% | 0.98% | - |
| XYZ | 41.92 | 21.51 | 16.13 | - |
| YUV | 94.39 | 135.69 | 238.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 13 | 108 | 0 | 0.95 | 0.57 | 0.02 | 335.85 | 0.95 | 0.51 |
| Hex | F9 | D | 6C | 0 | 5F | 39 | 2 | 150 | 5F | 33 |
| Octal | 371 | 15 | 154 | 0 | 137 | 71 | 2 | 520 | 137 | 63 |
| Binary | 11111001 | 1101 | 1101100 | 0 | 1011111 | 111001 | 10 | 101010000 | 1011111 | 110011 |
Color Harmonies of #F90D6C
Complementary color
Monochromatic Colors of #F90D6C
Black with #F90D6C
Text Example
Text Example
White with #F90D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90D6C; }
p { color: rgb(249,13,108); }
H1.HeaderClassName
{
color: #F90D6C;
}
.AnyTagClassName
{
color: #F90D6C;
}
</style>
background-color css
<style>
a { background-color: #F90D6C; }
a { background-color: rgb(249,13,108); }
div.DivClassName
{
background-color: #F90D6C;
}
.BgClassName
{
background-color: #F90D6C;
}
</style>
border-color css
<style>
span { border-color: #F90D6C; }
span { border-color: rgb(249,13,108); }
td.TdClassName
{
border-color: #F90D6C;
}
.TagClassName
{
border-color: #F90D6C;
}
</style>