Shades of Razzmatazz #F00353
Tints of Razzmatazz #F00353
RGB
CMYK
RGB Variations
Color information
#F00353 (or 0xF00353) is known color: Razzmatazz. HEX triplet: F0, 03 and 53. RGB value is (240,3,83). Sum of RGB (Red+Green+Blue) = 240+3+83=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F00353 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00353 is #0FFCAC. Grayscale: #525252. Windows color (decimal): -1047725 or 5440496. OLE color: 5440496.
HSL color Cylindrical-coordinate representation of color #F00353: hue angle of 339.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00353 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.06 |
| HSL | 339.75º | 0.98% | 0.48% | - |
| HSV(B) | 339.75º | 0.99% | 0.94% | - |
| XYZ | 37.53 | 19.21 | 9.91 | - |
| YUV | 82.98 | 128.02 | 240 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 83 | 0 | 0.99 | 0.65 | 0.06 | 339.75 | 0.98 | 0.48 |
| Hex | F0 | 3 | 53 | 0 | 63 | 41 | 6 | 154 | 62 | 30 |
| Octal | 360 | 3 | 123 | 0 | 143 | 101 | 6 | 524 | 142 | 60 |
| Binary | 11110000 | 11 | 1010011 | 0 | 1100011 | 1000001 | 110 | 101010100 | 1100010 | 110000 |
Color Harmonies of #F00353
Complementary color
Monochromatic Colors of #F00353
Black with #F00353
Text Example
Text Example
White with #F00353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00353; }
p { color: rgb(240,3,83); }
H1.HeaderClassName
{
color: #F00353;
}
.AnyTagClassName
{
color: #F00353;
}
</style>
background-color css
<style>
a { background-color: #F00353; }
a { background-color: rgb(240,3,83); }
div.DivClassName
{
background-color: #F00353;
}
.BgClassName
{
background-color: #F00353;
}
</style>
border-color css
<style>
span { border-color: #F00353; }
span { border-color: rgb(240,3,83); }
td.TdClassName
{
border-color: #F00353;
}
.TagClassName
{
border-color: #F00353;
}
</style>