Shades of Razzmatazz #FD1164
Tints of Razzmatazz #FD1164
RGB
CMYK
RGB Variations
Color information
#FD1164 (or 0xFD1164) is known color: Razzmatazz. HEX triplet: FD, 11 and 64. RGB value is (253,17,100). Sum of RGB (Red+Green+Blue) = 253+17+100=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1164 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1164 is #02EE9B. Grayscale: #606060. Windows color (decimal): -192156 or 6558205. OLE color: 6558205.
HSL color Cylindrical-coordinate representation of color #FD1164: hue angle of 338.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1164 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 100 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.01 |
| HSL | 338.9º | 0.98% | 0.53% | - |
| HSV(B) | 338.9º | 0.93% | 0.99% | - |
| XYZ | 43.01 | 22.2 | 14.08 | - |
| YUV | 97.03 | 129.69 | 239.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 100 | 0 | 0.93 | 0.60 | 0.01 | 338.9 | 0.98 | 0.53 |
| Hex | FD | 11 | 64 | 0 | 5D | 3C | 1 | 153 | 62 | 35 |
| Octal | 375 | 21 | 144 | 0 | 135 | 74 | 1 | 523 | 142 | 65 |
| Binary | 11111101 | 10001 | 1100100 | 0 | 1011101 | 111100 | 1 | 101010011 | 1100010 | 110101 |
Color Harmonies of #FD1164
Complementary color
Monochromatic Colors of #FD1164
Black with #FD1164
Text Example
Text Example
White with #FD1164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1164; }
p { color: rgb(253,17,100); }
H1.HeaderClassName
{
color: #FD1164;
}
.AnyTagClassName
{
color: #FD1164;
}
</style>
background-color css
<style>
a { background-color: #FD1164; }
a { background-color: rgb(253,17,100); }
div.DivClassName
{
background-color: #FD1164;
}
.BgClassName
{
background-color: #FD1164;
}
</style>
border-color css
<style>
span { border-color: #FD1164; }
span { border-color: rgb(253,17,100); }
td.TdClassName
{
border-color: #FD1164;
}
.TagClassName
{
border-color: #FD1164;
}
</style>