Shades of Razzmatazz #FD185E
Tints of Razzmatazz #FD185E
RGB
CMYK
RGB Variations
Color information
#FD185E (or 0xFD185E) is known color: Razzmatazz. HEX triplet: FD, 18 and 5E. RGB value is (253,24,94). Sum of RGB (Red+Green+Blue) = 253+24+94=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD185E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD185E is #02E7A1. Grayscale: #646464. Windows color (decimal): -190370 or 6166781. OLE color: 6166781.
HSL color Cylindrical-coordinate representation of color #FD185E: hue angle of 341.66º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD185E is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 94 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.01 |
| HSL | 341.66º | 0.98% | 0.54% | - |
| HSV(B) | 341.66º | 0.91% | 0.99% | - |
| XYZ | 42.86 | 22.34 | 12.64 | - |
| YUV | 100.45 | 124.37 | 236.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 94 | 0 | 0.91 | 0.63 | 0.01 | 341.66 | 0.98 | 0.54 |
| Hex | FD | 18 | 5E | 0 | 5B | 3F | 1 | 156 | 62 | 36 |
| Octal | 375 | 30 | 136 | 0 | 133 | 77 | 1 | 526 | 142 | 66 |
| Binary | 11111101 | 11000 | 1011110 | 0 | 1011011 | 111111 | 1 | 101010110 | 1100010 | 110110 |
Color Harmonies of #FD185E
Complementary color
Monochromatic Colors of #FD185E
Black with #FD185E
Text Example
Text Example
White with #FD185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD185E; }
p { color: rgb(253,24,94); }
H1.HeaderClassName
{
color: #FD185E;
}
.AnyTagClassName
{
color: #FD185E;
}
</style>
background-color css
<style>
a { background-color: #FD185E; }
a { background-color: rgb(253,24,94); }
div.DivClassName
{
background-color: #FD185E;
}
.BgClassName
{
background-color: #FD185E;
}
</style>
border-color css
<style>
span { border-color: #FD185E; }
span { border-color: rgb(253,24,94); }
td.TdClassName
{
border-color: #FD185E;
}
.TagClassName
{
border-color: #FD185E;
}
</style>