Shades of Razzmatazz #F00356
Tints of Razzmatazz #F00356
RGB
CMYK
RGB Variations
Color information
#F00356 (or 0xF00356) is known color: Razzmatazz. HEX triplet: F0, 03 and 56. RGB value is (240,3,86). Sum of RGB (Red+Green+Blue) = 240+3+86=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F00356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00356 is #0FFCA9. Grayscale: #535353. Windows color (decimal): -1047722 or 5637104. OLE color: 5637104.
HSL color Cylindrical-coordinate representation of color #F00356: hue angle of 338.99º 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 #F00356 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 86 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.06 |
| HSL | 338.99º | 0.98% | 0.48% | - |
| HSV(B) | 338.99º | 0.99% | 0.94% | - |
| XYZ | 37.65 | 19.26 | 10.54 | - |
| YUV | 83.33 | 129.52 | 239.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 86 | 0 | 0.99 | 0.64 | 0.06 | 338.99 | 0.98 | 0.48 |
| Hex | F0 | 3 | 56 | 0 | 63 | 40 | 6 | 153 | 62 | 30 |
| Octal | 360 | 3 | 126 | 0 | 143 | 100 | 6 | 523 | 142 | 60 |
| Binary | 11110000 | 11 | 1010110 | 0 | 1100011 | 1000000 | 110 | 101010011 | 1100010 | 110000 |
Color Harmonies of #F00356
Complementary color
Monochromatic Colors of #F00356
Black with #F00356
Text Example
Text Example
White with #F00356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00356; }
p { color: rgb(240,3,86); }
H1.HeaderClassName
{
color: #F00356;
}
.AnyTagClassName
{
color: #F00356;
}
</style>
background-color css
<style>
a { background-color: #F00356; }
a { background-color: rgb(240,3,86); }
div.DivClassName
{
background-color: #F00356;
}
.BgClassName
{
background-color: #F00356;
}
</style>
border-color css
<style>
span { border-color: #F00356; }
span { border-color: rgb(240,3,86); }
td.TdClassName
{
border-color: #F00356;
}
.TagClassName
{
border-color: #F00356;
}
</style>