Shades of Razzmatazz #F00D4D
Tints of Razzmatazz #F00D4D
RGB
CMYK
RGB Variations
Color information
#F00D4D (or 0xF00D4D) is known color: Razzmatazz. HEX triplet: F0, 0D and 4D. RGB value is (240,13,77). Sum of RGB (Red+Green+Blue) = 240+13+77=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00D4D is #0FF2B2. Grayscale: #585858. Windows color (decimal): -1045171 or 5049840. OLE color: 5049840.
HSL color Cylindrical-coordinate representation of color #F00D4D: hue angle of 343.08º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00D4D is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 77 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.06 |
| HSL | 343.08º | 0.9% | 0.5% | - |
| HSV(B) | 343.08º | 0.95% | 0.94% | - |
| XYZ | 37.42 | 19.35 | 8.78 | - |
| YUV | 88.17 | 121.71 | 236.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 77 | 0 | 0.95 | 0.68 | 0.06 | 343.08 | 0.9 | 0.5 |
| Hex | F0 | D | 4D | 0 | 5F | 44 | 6 | 157 | 5A | 32 |
| Octal | 360 | 15 | 115 | 0 | 137 | 104 | 6 | 527 | 132 | 62 |
| Binary | 11110000 | 1101 | 1001101 | 0 | 1011111 | 1000100 | 110 | 101010111 | 1011010 | 110010 |
Color Harmonies of #F00D4D
Complementary color
Monochromatic Colors of #F00D4D
Black with #F00D4D
Text Example
Text Example
White with #F00D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00D4D; }
p { color: rgb(240,13,77); }
H1.HeaderClassName
{
color: #F00D4D;
}
.AnyTagClassName
{
color: #F00D4D;
}
</style>
background-color css
<style>
a { background-color: #F00D4D; }
a { background-color: rgb(240,13,77); }
div.DivClassName
{
background-color: #F00D4D;
}
.BgClassName
{
background-color: #F00D4D;
}
</style>
border-color css
<style>
span { border-color: #F00D4D; }
span { border-color: rgb(240,13,77); }
td.TdClassName
{
border-color: #F00D4D;
}
.TagClassName
{
border-color: #F00D4D;
}
</style>