Shades of Razzmatazz #F00D55
Tints of Razzmatazz #F00D55
RGB
CMYK
RGB Variations
Color information
#F00D55 (or 0xF00D55) is known color: Razzmatazz. HEX triplet: F0, 0D and 55. RGB value is (240,13,85). Sum of RGB (Red+Green+Blue) = 240+13+85=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00D55 is #0FF2AA. Grayscale: #595959. Windows color (decimal): -1045163 or 5574128. OLE color: 5574128.
HSL color Cylindrical-coordinate representation of color #F00D55: hue angle of 340.97º 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 #F00D55 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 85 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.06 |
| HSL | 340.97º | 0.9% | 0.5% | - |
| HSV(B) | 340.97º | 0.95% | 0.94% | - |
| XYZ | 37.72 | 19.47 | 10.36 | - |
| YUV | 89.08 | 125.71 | 235.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 85 | 0 | 0.95 | 0.65 | 0.06 | 340.97 | 0.9 | 0.5 |
| Hex | F0 | D | 55 | 0 | 5F | 41 | 6 | 155 | 5A | 32 |
| Octal | 360 | 15 | 125 | 0 | 137 | 101 | 6 | 525 | 132 | 62 |
| Binary | 11110000 | 1101 | 1010101 | 0 | 1011111 | 1000001 | 110 | 101010101 | 1011010 | 110010 |
Color Harmonies of #F00D55
Complementary color
Monochromatic Colors of #F00D55
Black with #F00D55
Text Example
Text Example
White with #F00D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00D55; }
p { color: rgb(240,13,85); }
H1.HeaderClassName
{
color: #F00D55;
}
.AnyTagClassName
{
color: #F00D55;
}
</style>
background-color css
<style>
a { background-color: #F00D55; }
a { background-color: rgb(240,13,85); }
div.DivClassName
{
background-color: #F00D55;
}
.BgClassName
{
background-color: #F00D55;
}
</style>
border-color css
<style>
span { border-color: #F00D55; }
span { border-color: rgb(240,13,85); }
td.TdClassName
{
border-color: #F00D55;
}
.TagClassName
{
border-color: #F00D55;
}
</style>