Shades of Razzmatazz #FD0452
Tints of Razzmatazz #FD0452
RGB
CMYK
RGB Variations
Color information
#FD0452 (or 0xFD0452) is known color: Razzmatazz. HEX triplet: FD, 04 and 52. RGB value is (253,4,82). Sum of RGB (Red+Green+Blue) = 253+4+82=339 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.63% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0452 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0452 is #02FBAD. Grayscale: #575757. Windows color (decimal): -195502 or 5375229. OLE color: 5375229.
HSL color Cylindrical-coordinate representation of color #FD0452: hue angle of 341.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0452 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 82 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.01 |
| HSL | 341.2º | 0.98% | 0.5% | - |
| HSV(B) | 341.2º | 0.98% | 0.99% | - |
| XYZ | 42.07 | 21.58 | 9.93 | - |
| YUV | 87.34 | 124.99 | 246.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 82 | 0 | 0.98 | 0.68 | 0.01 | 341.2 | 0.98 | 0.5 |
| Hex | FD | 4 | 52 | 0 | 62 | 44 | 1 | 155 | 62 | 32 |
| Octal | 375 | 4 | 122 | 0 | 142 | 104 | 1 | 525 | 142 | 62 |
| Binary | 11111101 | 100 | 1010010 | 0 | 1100010 | 1000100 | 1 | 101010101 | 1100010 | 110010 |
Color Harmonies of #FD0452
Complementary color
Monochromatic Colors of #FD0452
Black with #FD0452
Text Example
Text Example
White with #FD0452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0452; }
p { color: rgb(253,4,82); }
H1.HeaderClassName
{
color: #FD0452;
}
.AnyTagClassName
{
color: #FD0452;
}
</style>
background-color css
<style>
a { background-color: #FD0452; }
a { background-color: rgb(253,4,82); }
div.DivClassName
{
background-color: #FD0452;
}
.BgClassName
{
background-color: #FD0452;
}
</style>
border-color css
<style>
span { border-color: #FD0452; }
span { border-color: rgb(253,4,82); }
td.TdClassName
{
border-color: #FD0452;
}
.TagClassName
{
border-color: #FD0452;
}
</style>