Shades of Razzmatazz #F00D53
Tints of Razzmatazz #F00D53
RGB
CMYK
RGB Variations
Color information
#F00D53 (or 0xF00D53) is known color: Razzmatazz. HEX triplet: F0, 0D and 53. RGB value is (240,13,83). Sum of RGB (Red+Green+Blue) = 240+13+83=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D53 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00D53 is #0FF2AC. Grayscale: #585858. Windows color (decimal): -1045165 or 5443056. OLE color: 5443056.
HSL color Cylindrical-coordinate representation of color #F00D53: hue angle of 341.5º 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 #F00D53 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 83 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.06 |
| HSL | 341.5º | 0.9% | 0.5% | - |
| HSV(B) | 341.5º | 0.95% | 0.94% | - |
| XYZ | 37.64 | 19.44 | 9.95 | - |
| YUV | 88.85 | 124.71 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 83 | 0 | 0.95 | 0.65 | 0.06 | 341.5 | 0.9 | 0.5 |
| Hex | F0 | D | 53 | 0 | 5F | 41 | 6 | 155 | 5A | 32 |
| Octal | 360 | 15 | 123 | 0 | 137 | 101 | 6 | 525 | 132 | 62 |
| Binary | 11110000 | 1101 | 1010011 | 0 | 1011111 | 1000001 | 110 | 101010101 | 1011010 | 110010 |
Color Harmonies of #F00D53
Complementary color
Monochromatic Colors of #F00D53
Black with #F00D53
Text Example
Text Example
White with #F00D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00D53; }
p { color: rgb(240,13,83); }
H1.HeaderClassName
{
color: #F00D53;
}
.AnyTagClassName
{
color: #F00D53;
}
</style>
background-color css
<style>
a { background-color: #F00D53; }
a { background-color: rgb(240,13,83); }
div.DivClassName
{
background-color: #F00D53;
}
.BgClassName
{
background-color: #F00D53;
}
</style>
border-color css
<style>
span { border-color: #F00D53; }
span { border-color: rgb(240,13,83); }
td.TdClassName
{
border-color: #F00D53;
}
.TagClassName
{
border-color: #F00D53;
}
</style>