Shades of Razzmatazz #FD005C
Tints of Razzmatazz #FD005C
RGB
CMYK
RGB Variations
Color information
#FD005C (or 0xFD005C) is known color: Razzmatazz. HEX triplet: FD, 00 and 5C. RGB value is (253,0,92). Sum of RGB (Red+Green+Blue) = 253+0+92=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD005C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD005C is #02FFA3. Grayscale: #565656. Windows color (decimal): -196516 or 6029565. OLE color: 6029565.
HSL color Cylindrical-coordinate representation of color #FD005C: hue angle of 338.18º 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 #FD005C is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.64 | 0.01 |
| HSL | 338.18º | 1% | 0.5% | - |
| HSV(B) | 338.18º | 1% | 0.99% | - |
| XYZ | 42.44 | 21.66 | 12.07 | - |
| YUV | 86.14 | 131.32 | 247.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 92 | 0 | 1 | 0.64 | 0.01 | 338.18 | 1 | 0.5 |
| Hex | FD | 0 | 5C | 0 | 64 | 40 | 1 | 152 | 64 | 32 |
| Octal | 375 | 0 | 134 | 0 | 144 | 100 | 1 | 522 | 144 | 62 |
| Binary | 11111101 | 0 | 1011100 | 0 | 1100100 | 1000000 | 1 | 101010010 | 1100100 | 110010 |
Color Harmonies of #FD005C
Complementary color
Monochromatic Colors of #FD005C
Black with #FD005C
Text Example
Text Example
White with #FD005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD005C; }
p { color: rgb(253,0,92); }
H1.HeaderClassName
{
color: #FD005C;
}
.AnyTagClassName
{
color: #FD005C;
}
</style>
background-color css
<style>
a { background-color: #FD005C; }
a { background-color: rgb(253,0,92); }
div.DivClassName
{
background-color: #FD005C;
}
.BgClassName
{
background-color: #FD005C;
}
</style>
border-color css
<style>
span { border-color: #FD005C; }
span { border-color: rgb(253,0,92); }
td.TdClassName
{
border-color: #FD005C;
}
.TagClassName
{
border-color: #FD005C;
}
</style>