Shades of Razzmatazz #FD075C
Tints of Razzmatazz #FD075C
RGB
CMYK
RGB Variations
Color information
#FD075C (or 0xFD075C) is known color: Razzmatazz. HEX triplet: FD, 07 and 5C. RGB value is (253,7,92). Sum of RGB (Red+Green+Blue) = 253+7+92=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD075C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD075C is #02F8A3. Grayscale: #5A5A5A. Windows color (decimal): -194724 or 6031357. OLE color: 6031357.
HSL color Cylindrical-coordinate representation of color #FD075C: hue angle of 339.27º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD075C is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 92 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.01 |
| HSL | 339.27º | 0.98% | 0.51% | - |
| HSV(B) | 339.27º | 0.97% | 0.99% | - |
| XYZ | 42.52 | 21.81 | 12.09 | - |
| YUV | 90.24 | 129 | 244.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 92 | 0 | 0.97 | 0.64 | 0.01 | 339.27 | 0.98 | 0.51 |
| Hex | FD | 7 | 5C | 0 | 61 | 40 | 1 | 153 | 62 | 33 |
| Octal | 375 | 7 | 134 | 0 | 141 | 100 | 1 | 523 | 142 | 63 |
| Binary | 11111101 | 111 | 1011100 | 0 | 1100001 | 1000000 | 1 | 101010011 | 1100010 | 110011 |
Color Harmonies of #FD075C
Complementary color
Monochromatic Colors of #FD075C
Black with #FD075C
Text Example
Text Example
White with #FD075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD075C; }
p { color: rgb(253,7,92); }
H1.HeaderClassName
{
color: #FD075C;
}
.AnyTagClassName
{
color: #FD075C;
}
</style>
background-color css
<style>
a { background-color: #FD075C; }
a { background-color: rgb(253,7,92); }
div.DivClassName
{
background-color: #FD075C;
}
.BgClassName
{
background-color: #FD075C;
}
</style>
border-color css
<style>
span { border-color: #FD075C; }
span { border-color: rgb(253,7,92); }
td.TdClassName
{
border-color: #FD075C;
}
.TagClassName
{
border-color: #FD075C;
}
</style>