Shades of Razzmatazz #FD0352
Tints of Razzmatazz #FD0352
RGB
CMYK
RGB Variations
Color information
#FD0352 (or 0xFD0352) is known color: Razzmatazz. HEX triplet: FD, 03 and 52. RGB value is (253,3,82). Sum of RGB (Red+Green+Blue) = 253+3+82=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0352 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0352 is #02FCAD. Grayscale: #565656. Windows color (decimal): -195758 or 5374973. OLE color: 5374973.
HSL color Cylindrical-coordinate representation of color #FD0352: hue angle of 341.04º 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 #FD0352 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 82 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.01 |
| HSL | 341.04º | 0.98% | 0.5% | - |
| HSV(B) | 341.04º | 0.99% | 0.99% | - |
| XYZ | 42.06 | 21.56 | 9.93 | - |
| YUV | 86.76 | 125.33 | 246.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 82 | 0 | 0.99 | 0.68 | 0.01 | 341.04 | 0.98 | 0.5 |
| Hex | FD | 3 | 52 | 0 | 63 | 44 | 1 | 155 | 62 | 32 |
| Octal | 375 | 3 | 122 | 0 | 143 | 104 | 1 | 525 | 142 | 62 |
| Binary | 11111101 | 11 | 1010010 | 0 | 1100011 | 1000100 | 1 | 101010101 | 1100010 | 110010 |
Color Harmonies of #FD0352
Complementary color
Monochromatic Colors of #FD0352
Black with #FD0352
Text Example
Text Example
White with #FD0352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0352; }
p { color: rgb(253,3,82); }
H1.HeaderClassName
{
color: #FD0352;
}
.AnyTagClassName
{
color: #FD0352;
}
</style>
background-color css
<style>
a { background-color: #FD0352; }
a { background-color: rgb(253,3,82); }
div.DivClassName
{
background-color: #FD0352;
}
.BgClassName
{
background-color: #FD0352;
}
</style>
border-color css
<style>
span { border-color: #FD0352; }
span { border-color: rgb(253,3,82); }
td.TdClassName
{
border-color: #FD0352;
}
.TagClassName
{
border-color: #FD0352;
}
</style>