Shades of Razzmatazz #FD036E
Tints of Razzmatazz #FD036E
RGB
CMYK
RGB Variations
Color information
#FD036E (or 0xFD036E) is known color: Razzmatazz. HEX triplet: FD, 03 and 6E. RGB value is (253,3,110). Sum of RGB (Red+Green+Blue) = 253+3+110=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD036E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD036E is #02FC91. Grayscale: #595959. Windows color (decimal): -195730 or 7209981. OLE color: 7209981.
HSL color Cylindrical-coordinate representation of color #FD036E: hue angle of 334.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD036E is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 110 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.01 |
| HSL | 334.32º | 0.98% | 0.5% | - |
| HSV(B) | 334.32º | 0.99% | 0.99% | - |
| XYZ | 43.36 | 22.07 | 16.73 | - |
| YUV | 89.95 | 139.33 | 244.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 110 | 0 | 0.99 | 0.57 | 0.01 | 334.32 | 0.98 | 0.5 |
| Hex | FD | 3 | 6E | 0 | 63 | 39 | 1 | 14E | 62 | 32 |
| Octal | 375 | 3 | 156 | 0 | 143 | 71 | 1 | 516 | 142 | 62 |
| Binary | 11111101 | 11 | 1101110 | 0 | 1100011 | 111001 | 1 | 101001110 | 1100010 | 110010 |
Color Harmonies of #FD036E
Complementary color
Monochromatic Colors of #FD036E
Black with #FD036E
Text Example
Text Example
White with #FD036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD036E; }
p { color: rgb(253,3,110); }
H1.HeaderClassName
{
color: #FD036E;
}
.AnyTagClassName
{
color: #FD036E;
}
</style>
background-color css
<style>
a { background-color: #FD036E; }
a { background-color: rgb(253,3,110); }
div.DivClassName
{
background-color: #FD036E;
}
.BgClassName
{
background-color: #FD036E;
}
</style>
border-color css
<style>
span { border-color: #FD036E; }
span { border-color: rgb(253,3,110); }
td.TdClassName
{
border-color: #FD036E;
}
.TagClassName
{
border-color: #FD036E;
}
</style>