Shades of Razzmatazz #F00453
Tints of Razzmatazz #F00453
RGB
CMYK
RGB Variations
Color information
#F00453 (or 0xF00453) is known color: Razzmatazz. HEX triplet: F0, 04 and 53. RGB value is (240,4,83). Sum of RGB (Red+Green+Blue) = 240+4+83=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F00453 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00453 is #0FFBAC. Grayscale: #535353. Windows color (decimal): -1047469 or 5440752. OLE color: 5440752.
HSL color Cylindrical-coordinate representation of color #F00453: hue angle of 339.92º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00453 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 83 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.06 |
| HSL | 339.92º | 0.97% | 0.48% | - |
| HSV(B) | 339.92º | 0.98% | 0.94% | - |
| XYZ | 37.54 | 19.24 | 9.92 | - |
| YUV | 83.57 | 127.69 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 83 | 0 | 0.98 | 0.65 | 0.06 | 339.92 | 0.97 | 0.48 |
| Hex | F0 | 4 | 53 | 0 | 62 | 41 | 6 | 154 | 61 | 30 |
| Octal | 360 | 4 | 123 | 0 | 142 | 101 | 6 | 524 | 141 | 60 |
| Binary | 11110000 | 100 | 1010011 | 0 | 1100010 | 1000001 | 110 | 101010100 | 1100001 | 110000 |
Color Harmonies of #F00453
Complementary color
Monochromatic Colors of #F00453
Black with #F00453
Text Example
Text Example
White with #F00453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00453; }
p { color: rgb(240,4,83); }
H1.HeaderClassName
{
color: #F00453;
}
.AnyTagClassName
{
color: #F00453;
}
</style>
background-color css
<style>
a { background-color: #F00453; }
a { background-color: rgb(240,4,83); }
div.DivClassName
{
background-color: #F00453;
}
.BgClassName
{
background-color: #F00453;
}
</style>
border-color css
<style>
span { border-color: #F00453; }
span { border-color: rgb(240,4,83); }
td.TdClassName
{
border-color: #F00453;
}
.TagClassName
{
border-color: #F00453;
}
</style>