Shades of Razzmatazz #FD0360
Tints of Razzmatazz #FD0360
RGB
CMYK
RGB Variations
Color information
#FD0360 (or 0xFD0360) is known color: Razzmatazz. HEX triplet: FD, 03 and 60. RGB value is (253,3,96). Sum of RGB (Red+Green+Blue) = 253+3+96=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0360 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0360 is #02FC9F. Grayscale: #585858. Windows color (decimal): -195744 or 6292477. OLE color: 6292477.
HSL color Cylindrical-coordinate representation of color #FD0360: hue angle of 337.68º 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 #FD0360 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 96 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.01 |
| HSL | 337.68º | 0.98% | 0.5% | - |
| HSV(B) | 337.68º | 0.99% | 0.99% | - |
| XYZ | 42.65 | 21.79 | 13.02 | - |
| YUV | 88.35 | 132.33 | 245.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 96 | 0 | 0.99 | 0.62 | 0.01 | 337.68 | 0.98 | 0.5 |
| Hex | FD | 3 | 60 | 0 | 63 | 3E | 1 | 152 | 62 | 32 |
| Octal | 375 | 3 | 140 | 0 | 143 | 76 | 1 | 522 | 142 | 62 |
| Binary | 11111101 | 11 | 1100000 | 0 | 1100011 | 111110 | 1 | 101010010 | 1100010 | 110010 |
Color Harmonies of #FD0360
Complementary color
Monochromatic Colors of #FD0360
Black with #FD0360
Text Example
Text Example
White with #FD0360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0360; }
p { color: rgb(253,3,96); }
H1.HeaderClassName
{
color: #FD0360;
}
.AnyTagClassName
{
color: #FD0360;
}
</style>
background-color css
<style>
a { background-color: #FD0360; }
a { background-color: rgb(253,3,96); }
div.DivClassName
{
background-color: #FD0360;
}
.BgClassName
{
background-color: #FD0360;
}
</style>
border-color css
<style>
span { border-color: #FD0360; }
span { border-color: rgb(253,3,96); }
td.TdClassName
{
border-color: #FD0360;
}
.TagClassName
{
border-color: #FD0360;
}
</style>