Shades of Razzmatazz #FD096E
Tints of Razzmatazz #FD096E
RGB
CMYK
RGB Variations
Color information
#FD096E (or 0xFD096E) is known color: Razzmatazz. HEX triplet: FD, 09 and 6E. RGB value is (253,9,110). Sum of RGB (Red+Green+Blue) = 253+9+110=372 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.01% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 253 - color contains mainly: red. Hex color #FD096E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD096E is #02F691. Grayscale: #5D5D5D. Windows color (decimal): -194194 or 7211517. OLE color: 7211517.
HSL color Cylindrical-coordinate representation of color #FD096E: hue angle of 335.16º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD096E is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 110 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.01 |
| HSL | 335.16º | 0.98% | 0.51% | - |
| HSV(B) | 335.16º | 0.96% | 0.99% | - |
| XYZ | 43.42 | 22.2 | 16.75 | - |
| YUV | 93.47 | 137.34 | 241.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 110 | 0 | 0.96 | 0.57 | 0.01 | 335.16 | 0.98 | 0.51 |
| Hex | FD | 9 | 6E | 0 | 60 | 39 | 1 | 14F | 62 | 33 |
| Octal | 375 | 11 | 156 | 0 | 140 | 71 | 1 | 517 | 142 | 63 |
| Binary | 11111101 | 1001 | 1101110 | 0 | 1100000 | 111001 | 1 | 101001111 | 1100010 | 110011 |
Color Harmonies of #FD096E
Complementary color
Monochromatic Colors of #FD096E
Black with #FD096E
Text Example
Text Example
White with #FD096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD096E; }
p { color: rgb(253,9,110); }
H1.HeaderClassName
{
color: #FD096E;
}
.AnyTagClassName
{
color: #FD096E;
}
</style>
background-color css
<style>
a { background-color: #FD096E; }
a { background-color: rgb(253,9,110); }
div.DivClassName
{
background-color: #FD096E;
}
.BgClassName
{
background-color: #FD096E;
}
</style>
border-color css
<style>
span { border-color: #FD096E; }
span { border-color: rgb(253,9,110); }
td.TdClassName
{
border-color: #FD096E;
}
.TagClassName
{
border-color: #FD096E;
}
</style>