Shades of Razzmatazz #F00D57
Tints of Razzmatazz #F00D57
RGB
CMYK
RGB Variations
Color information
#F00D57 (or 0xF00D57) is known color: Razzmatazz. HEX triplet: F0, 0D and 57. RGB value is (240,13,87). Sum of RGB (Red+Green+Blue) = 240+13+87=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D57 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00D57 is #0FF2A8. Grayscale: #595959. Windows color (decimal): -1045161 or 5705200. OLE color: 5705200.
HSL color Cylindrical-coordinate representation of color #F00D57: hue angle of 340.44º 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 #F00D57 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 87 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.06 |
| HSL | 340.44º | 0.9% | 0.5% | - |
| HSV(B) | 340.44º | 0.95% | 0.94% | - |
| XYZ | 37.8 | 19.5 | 10.79 | - |
| YUV | 89.31 | 126.71 | 235.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 87 | 0 | 0.95 | 0.64 | 0.06 | 340.44 | 0.9 | 0.5 |
| Hex | F0 | D | 57 | 0 | 5F | 40 | 6 | 154 | 5A | 32 |
| Octal | 360 | 15 | 127 | 0 | 137 | 100 | 6 | 524 | 132 | 62 |
| Binary | 11110000 | 1101 | 1010111 | 0 | 1011111 | 1000000 | 110 | 101010100 | 1011010 | 110010 |
Color Harmonies of #F00D57
Complementary color
Monochromatic Colors of #F00D57
Black with #F00D57
Text Example
Text Example
White with #F00D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00D57; }
p { color: rgb(240,13,87); }
H1.HeaderClassName
{
color: #F00D57;
}
.AnyTagClassName
{
color: #F00D57;
}
</style>
background-color css
<style>
a { background-color: #F00D57; }
a { background-color: rgb(240,13,87); }
div.DivClassName
{
background-color: #F00D57;
}
.BgClassName
{
background-color: #F00D57;
}
</style>
border-color css
<style>
span { border-color: #F00D57; }
span { border-color: rgb(240,13,87); }
td.TdClassName
{
border-color: #F00D57;
}
.TagClassName
{
border-color: #F00D57;
}
</style>