Shades of Razzmatazz #FD1667
Tints of Razzmatazz #FD1667
RGB
CMYK
RGB Variations
Color information
#FD1667 (or 0xFD1667) is known color: Razzmatazz. HEX triplet: FD, 16 and 67. RGB value is (253,22,103). Sum of RGB (Red+Green+Blue) = 253+22+103=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1667 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1667 is #02E998. Grayscale: #646464. Windows color (decimal): -190873 or 6756093. OLE color: 6756093.
HSL color Cylindrical-coordinate representation of color #FD1667: hue angle of 338.96º 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 #FD1667 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 103 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.01 |
| HSL | 338.96º | 0.98% | 0.54% | - |
| HSV(B) | 338.96º | 0.91% | 0.99% | - |
| XYZ | 43.24 | 22.44 | 14.88 | - |
| YUV | 100.3 | 129.53 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 103 | 0 | 0.91 | 0.59 | 0.01 | 338.96 | 0.98 | 0.54 |
| Hex | FD | 16 | 67 | 0 | 5B | 3B | 1 | 153 | 62 | 36 |
| Octal | 375 | 26 | 147 | 0 | 133 | 73 | 1 | 523 | 142 | 66 |
| Binary | 11111101 | 10110 | 1100111 | 0 | 1011011 | 111011 | 1 | 101010011 | 1100010 | 110110 |
Color Harmonies of #FD1667
Complementary color
Monochromatic Colors of #FD1667
Black with #FD1667
Text Example
Text Example
White with #FD1667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1667; }
p { color: rgb(253,22,103); }
H1.HeaderClassName
{
color: #FD1667;
}
.AnyTagClassName
{
color: #FD1667;
}
</style>
background-color css
<style>
a { background-color: #FD1667; }
a { background-color: rgb(253,22,103); }
div.DivClassName
{
background-color: #FD1667;
}
.BgClassName
{
background-color: #FD1667;
}
</style>
border-color css
<style>
span { border-color: #FD1667; }
span { border-color: rgb(253,22,103); }
td.TdClassName
{
border-color: #FD1667;
}
.TagClassName
{
border-color: #FD1667;
}
</style>