Shades of Razzmatazz #FD004F
Tints of Razzmatazz #FD004F
RGB
CMYK
RGB Variations
Color information
#FD004F (or 0xFD004F) is known color: Razzmatazz. HEX triplet: FD, 00 and 4F. RGB value is (253,0,79). Sum of RGB (Red+Green+Blue) = 253+0+79=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD004F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD004F is #02FFB0. Grayscale: #545454. Windows color (decimal): -196529 or 5177597. OLE color: 5177597.
HSL color Cylindrical-coordinate representation of color #FD004F: hue angle of 341.26º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD004F is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.69 | 0.01 |
| HSL | 341.26º | 1% | 0.5% | - |
| HSV(B) | 341.26º | 1% | 0.99% | - |
| XYZ | 41.92 | 21.45 | 9.33 | - |
| YUV | 84.65 | 124.82 | 248.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 79 | 0 | 1 | 0.69 | 0.01 | 341.26 | 1 | 0.5 |
| Hex | FD | 0 | 4F | 0 | 64 | 45 | 1 | 155 | 64 | 32 |
| Octal | 375 | 0 | 117 | 0 | 144 | 105 | 1 | 525 | 144 | 62 |
| Binary | 11111101 | 0 | 1001111 | 0 | 1100100 | 1000101 | 1 | 101010101 | 1100100 | 110010 |
Color Harmonies of #FD004F
Complementary color
Monochromatic Colors of #FD004F
Black with #FD004F
Text Example
Text Example
White with #FD004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD004F; }
p { color: rgb(253,0,79); }
H1.HeaderClassName
{
color: #FD004F;
}
.AnyTagClassName
{
color: #FD004F;
}
</style>
background-color css
<style>
a { background-color: #FD004F; }
a { background-color: rgb(253,0,79); }
div.DivClassName
{
background-color: #FD004F;
}
.BgClassName
{
background-color: #FD004F;
}
</style>
border-color css
<style>
span { border-color: #FD004F; }
span { border-color: rgb(253,0,79); }
td.TdClassName
{
border-color: #FD004F;
}
.TagClassName
{
border-color: #FD004F;
}
</style>