Shades of Razzmatazz #FD005A
Tints of Razzmatazz #FD005A
RGB
CMYK
RGB Variations
Color information
#FD005A (or 0xFD005A) is known color: Razzmatazz. HEX triplet: FD, 00 and 5A. RGB value is (253,0,90). Sum of RGB (Red+Green+Blue) = 253+0+90=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD005A is #02FFA5. Grayscale: #555555. Windows color (decimal): -196518 or 5898493. OLE color: 5898493.
HSL color Cylindrical-coordinate representation of color #FD005A: hue angle of 338.66º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD005A is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.64 | 0.01 |
| HSL | 338.66º | 1% | 0.5% | - |
| HSV(B) | 338.66º | 1% | 0.99% | - |
| XYZ | 42.35 | 21.62 | 11.61 | - |
| YUV | 85.91 | 130.32 | 247.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 90 | 0 | 1 | 0.64 | 0.01 | 338.66 | 1 | 0.5 |
| Hex | FD | 0 | 5A | 0 | 64 | 40 | 1 | 153 | 64 | 32 |
| Octal | 375 | 0 | 132 | 0 | 144 | 100 | 1 | 523 | 144 | 62 |
| Binary | 11111101 | 0 | 1011010 | 0 | 1100100 | 1000000 | 1 | 101010011 | 1100100 | 110010 |
Color Harmonies of #FD005A
Complementary color
Monochromatic Colors of #FD005A
Black with #FD005A
Text Example
Text Example
White with #FD005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD005A; }
p { color: rgb(253,0,90); }
H1.HeaderClassName
{
color: #FD005A;
}
.AnyTagClassName
{
color: #FD005A;
}
</style>
background-color css
<style>
a { background-color: #FD005A; }
a { background-color: rgb(253,0,90); }
div.DivClassName
{
background-color: #FD005A;
}
.BgClassName
{
background-color: #FD005A;
}
</style>
border-color css
<style>
span { border-color: #FD005A; }
span { border-color: rgb(253,0,90); }
td.TdClassName
{
border-color: #FD005A;
}
.TagClassName
{
border-color: #FD005A;
}
</style>