Shades of Razzmatazz #FD155D
Tints of Razzmatazz #FD155D
RGB
CMYK
RGB Variations
Color information
#FD155D (or 0xFD155D) is known color: Razzmatazz. HEX triplet: FD, 15 and 5D. RGB value is (253,21,93). Sum of RGB (Red+Green+Blue) = 253+21+93=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD155D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD155D is #02EAA2. Grayscale: #626262. Windows color (decimal): -191139 or 6100477. OLE color: 6100477.
HSL color Cylindrical-coordinate representation of color #FD155D: hue angle of 341.38º 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 #FD155D is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 93 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.01 |
| HSL | 341.38º | 0.98% | 0.54% | - |
| HSV(B) | 341.38º | 0.92% | 0.99% | - |
| XYZ | 42.75 | 22.21 | 12.39 | - |
| YUV | 98.58 | 124.86 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 93 | 0 | 0.92 | 0.63 | 0.01 | 341.38 | 0.98 | 0.54 |
| Hex | FD | 15 | 5D | 0 | 5C | 3F | 1 | 155 | 62 | 36 |
| Octal | 375 | 25 | 135 | 0 | 134 | 77 | 1 | 525 | 142 | 66 |
| Binary | 11111101 | 10101 | 1011101 | 0 | 1011100 | 111111 | 1 | 101010101 | 1100010 | 110110 |
Color Harmonies of #FD155D
Complementary color
Monochromatic Colors of #FD155D
Black with #FD155D
Text Example
Text Example
White with #FD155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD155D; }
p { color: rgb(253,21,93); }
H1.HeaderClassName
{
color: #FD155D;
}
.AnyTagClassName
{
color: #FD155D;
}
</style>
background-color css
<style>
a { background-color: #FD155D; }
a { background-color: rgb(253,21,93); }
div.DivClassName
{
background-color: #FD155D;
}
.BgClassName
{
background-color: #FD155D;
}
</style>
border-color css
<style>
span { border-color: #FD155D; }
span { border-color: rgb(253,21,93); }
td.TdClassName
{
border-color: #FD155D;
}
.TagClassName
{
border-color: #FD155D;
}
</style>