Shades of Razzmatazz #FD155C
Tints of Razzmatazz #FD155C
RGB
CMYK
RGB Variations
Color information
#FD155C (or 0xFD155C) is known color: Razzmatazz. HEX triplet: FD, 15 and 5C. RGB value is (253,21,92). Sum of RGB (Red+Green+Blue) = 253+21+92=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD155C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD155C is #02EAA3. Grayscale: #626262. Windows color (decimal): -191140 or 6034941. OLE color: 6034941.
HSL color Cylindrical-coordinate representation of color #FD155C: hue angle of 341.64º 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 #FD155C is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 92 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.01 |
| HSL | 341.64º | 0.98% | 0.54% | - |
| HSV(B) | 341.64º | 0.92% | 0.99% | - |
| XYZ | 42.71 | 22.19 | 12.16 | - |
| YUV | 98.46 | 124.36 | 238.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 92 | 0 | 0.92 | 0.64 | 0.01 | 341.64 | 0.98 | 0.54 |
| Hex | FD | 15 | 5C | 0 | 5C | 40 | 1 | 156 | 62 | 36 |
| Octal | 375 | 25 | 134 | 0 | 134 | 100 | 1 | 526 | 142 | 66 |
| Binary | 11111101 | 10101 | 1011100 | 0 | 1011100 | 1000000 | 1 | 101010110 | 1100010 | 110110 |
Color Harmonies of #FD155C
Complementary color
Monochromatic Colors of #FD155C
Black with #FD155C
Text Example
Text Example
White with #FD155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD155C; }
p { color: rgb(253,21,92); }
H1.HeaderClassName
{
color: #FD155C;
}
.AnyTagClassName
{
color: #FD155C;
}
</style>
background-color css
<style>
a { background-color: #FD155C; }
a { background-color: rgb(253,21,92); }
div.DivClassName
{
background-color: #FD155C;
}
.BgClassName
{
background-color: #FD155C;
}
</style>
border-color css
<style>
span { border-color: #FD155C; }
span { border-color: rgb(253,21,92); }
td.TdClassName
{
border-color: #FD155C;
}
.TagClassName
{
border-color: #FD155C;
}
</style>