Shades of Razzmatazz #FD155E
Tints of Razzmatazz #FD155E
RGB
CMYK
RGB Variations
Color information
#FD155E (or 0xFD155E) is known color: Razzmatazz. HEX triplet: FD, 15 and 5E. RGB value is (253,21,94). Sum of RGB (Red+Green+Blue) = 253+21+94=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD155E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD155E is #02EAA1. Grayscale: #626262. Windows color (decimal): -191138 or 6166013. OLE color: 6166013.
HSL color Cylindrical-coordinate representation of color #FD155E: hue angle of 341.12º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD155E is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 94 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.01 |
| HSL | 341.12º | 0.98% | 0.54% | - |
| HSV(B) | 341.12º | 0.92% | 0.99% | - |
| XYZ | 42.8 | 22.23 | 12.62 | - |
| YUV | 98.69 | 125.36 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 94 | 0 | 0.92 | 0.63 | 0.01 | 341.12 | 0.98 | 0.54 |
| Hex | FD | 15 | 5E | 0 | 5C | 3F | 1 | 155 | 62 | 36 |
| Octal | 375 | 25 | 136 | 0 | 134 | 77 | 1 | 525 | 142 | 66 |
| Binary | 11111101 | 10101 | 1011110 | 0 | 1011100 | 111111 | 1 | 101010101 | 1100010 | 110110 |
Color Harmonies of #FD155E
Complementary color
Monochromatic Colors of #FD155E
Black with #FD155E
Text Example
Text Example
White with #FD155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD155E; }
p { color: rgb(253,21,94); }
H1.HeaderClassName
{
color: #FD155E;
}
.AnyTagClassName
{
color: #FD155E;
}
</style>
background-color css
<style>
a { background-color: #FD155E; }
a { background-color: rgb(253,21,94); }
div.DivClassName
{
background-color: #FD155E;
}
.BgClassName
{
background-color: #FD155E;
}
</style>
border-color css
<style>
span { border-color: #FD155E; }
span { border-color: rgb(253,21,94); }
td.TdClassName
{
border-color: #FD155E;
}
.TagClassName
{
border-color: #FD155E;
}
</style>