Shades of Razzmatazz #FD1668
Tints of Razzmatazz #FD1668
RGB
CMYK
RGB Variations
Color information
#FD1668 (or 0xFD1668) is known color: Razzmatazz. HEX triplet: FD, 16 and 68. RGB value is (253,22,104). Sum of RGB (Red+Green+Blue) = 253+22+104=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1668 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1668 is #02E997. Grayscale: #646464. Windows color (decimal): -190872 or 6821629. OLE color: 6821629.
HSL color Cylindrical-coordinate representation of color #FD1668: hue angle of 338.7º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1668 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 104 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.01 |
| HSL | 338.7º | 0.98% | 0.54% | - |
| HSV(B) | 338.7º | 0.91% | 0.99% | - |
| XYZ | 43.29 | 22.46 | 15.15 | - |
| YUV | 100.42 | 130.03 | 236.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 104 | 0 | 0.91 | 0.59 | 0.01 | 338.7 | 0.98 | 0.54 |
| Hex | FD | 16 | 68 | 0 | 5B | 3B | 1 | 153 | 62 | 36 |
| Octal | 375 | 26 | 150 | 0 | 133 | 73 | 1 | 523 | 142 | 66 |
| Binary | 11111101 | 10110 | 1101000 | 0 | 1011011 | 111011 | 1 | 101010011 | 1100010 | 110110 |
Color Harmonies of #FD1668
Complementary color
Monochromatic Colors of #FD1668
Black with #FD1668
Text Example
Text Example
White with #FD1668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1668; }
p { color: rgb(253,22,104); }
H1.HeaderClassName
{
color: #FD1668;
}
.AnyTagClassName
{
color: #FD1668;
}
</style>
background-color css
<style>
a { background-color: #FD1668; }
a { background-color: rgb(253,22,104); }
div.DivClassName
{
background-color: #FD1668;
}
.BgClassName
{
background-color: #FD1668;
}
</style>
border-color css
<style>
span { border-color: #FD1668; }
span { border-color: rgb(253,22,104); }
td.TdClassName
{
border-color: #FD1668;
}
.TagClassName
{
border-color: #FD1668;
}
</style>