Shades of Razzmatazz #FD0468
Tints of Razzmatazz #FD0468
RGB
CMYK
RGB Variations
Color information
#FD0468 (or 0xFD0468) is known color: Razzmatazz. HEX triplet: FD, 04 and 68. RGB value is (253,4,104). Sum of RGB (Red+Green+Blue) = 253+4+104=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0468 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0468 is #02FB97. Grayscale: #595959. Windows color (decimal): -195480 or 6817021. OLE color: 6817021.
HSL color Cylindrical-coordinate representation of color #FD0468: hue angle of 335.9º 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 #FD0468 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 104 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.01 |
| HSL | 335.9º | 0.98% | 0.5% | - |
| HSV(B) | 335.9º | 0.98% | 0.99% | - |
| XYZ | 43.05 | 21.97 | 15.07 | - |
| YUV | 89.85 | 135.99 | 244.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 104 | 0 | 0.98 | 0.59 | 0.01 | 335.9 | 0.98 | 0.5 |
| Hex | FD | 4 | 68 | 0 | 62 | 3B | 1 | 150 | 62 | 32 |
| Octal | 375 | 4 | 150 | 0 | 142 | 73 | 1 | 520 | 142 | 62 |
| Binary | 11111101 | 100 | 1101000 | 0 | 1100010 | 111011 | 1 | 101010000 | 1100010 | 110010 |
Color Harmonies of #FD0468
Complementary color
Monochromatic Colors of #FD0468
Black with #FD0468
Text Example
Text Example
White with #FD0468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0468; }
p { color: rgb(253,4,104); }
H1.HeaderClassName
{
color: #FD0468;
}
.AnyTagClassName
{
color: #FD0468;
}
</style>
background-color css
<style>
a { background-color: #FD0468; }
a { background-color: rgb(253,4,104); }
div.DivClassName
{
background-color: #FD0468;
}
.BgClassName
{
background-color: #FD0468;
}
</style>
border-color css
<style>
span { border-color: #FD0468; }
span { border-color: rgb(253,4,104); }
td.TdClassName
{
border-color: #FD0468;
}
.TagClassName
{
border-color: #FD0468;
}
</style>