Shades of Razzmatazz #FD075E
Tints of Razzmatazz #FD075E
RGB
CMYK
RGB Variations
Color information
#FD075E (or 0xFD075E) is known color: Razzmatazz. HEX triplet: FD, 07 and 5E. RGB value is (253,7,94). Sum of RGB (Red+Green+Blue) = 253+7+94=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD075E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD075E is #02F8A1. Grayscale: #5A5A5A. Windows color (decimal): -194722 or 6162429. OLE color: 6162429.
HSL color Cylindrical-coordinate representation of color #FD075E: hue angle of 338.78º 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 #FD075E is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 94 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.01 |
| HSL | 338.78º | 0.98% | 0.51% | - |
| HSV(B) | 338.78º | 0.97% | 0.99% | - |
| XYZ | 42.6 | 21.84 | 12.56 | - |
| YUV | 90.47 | 130 | 243.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 94 | 0 | 0.97 | 0.63 | 0.01 | 338.78 | 0.98 | 0.51 |
| Hex | FD | 7 | 5E | 0 | 61 | 3F | 1 | 153 | 62 | 33 |
| Octal | 375 | 7 | 136 | 0 | 141 | 77 | 1 | 523 | 142 | 63 |
| Binary | 11111101 | 111 | 1011110 | 0 | 1100001 | 111111 | 1 | 101010011 | 1100010 | 110011 |
Color Harmonies of #FD075E
Complementary color
Monochromatic Colors of #FD075E
Black with #FD075E
Text Example
Text Example
White with #FD075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD075E; }
p { color: rgb(253,7,94); }
H1.HeaderClassName
{
color: #FD075E;
}
.AnyTagClassName
{
color: #FD075E;
}
</style>
background-color css
<style>
a { background-color: #FD075E; }
a { background-color: rgb(253,7,94); }
div.DivClassName
{
background-color: #FD075E;
}
.BgClassName
{
background-color: #FD075E;
}
</style>
border-color css
<style>
span { border-color: #FD075E; }
span { border-color: rgb(253,7,94); }
td.TdClassName
{
border-color: #FD075E;
}
.TagClassName
{
border-color: #FD075E;
}
</style>