Shades of Razzmatazz #F00360
Tints of Razzmatazz #F00360
RGB
CMYK
RGB Variations
Color information
#F00360 (or 0xF00360) is known color: Razzmatazz. HEX triplet: F0, 03 and 60. RGB value is (240,3,96). Sum of RGB (Red+Green+Blue) = 240+3+96=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F00360 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00360 is #0FFC9F. Grayscale: #545454. Windows color (decimal): -1047712 or 6292464. OLE color: 6292464.
HSL color Cylindrical-coordinate representation of color #F00360: hue angle of 336.46º 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 #F00360 is Cyan = 0, Magento = 0.99, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 96 | - |
| CMYK | 0 | 0.99 | 0.6 | 0.06 |
| HSL | 336.46º | 0.98% | 0.48% | - |
| HSV(B) | 336.46º | 0.99% | 0.94% | - |
| XYZ | 38.08 | 19.43 | 12.81 | - |
| YUV | 84.47 | 134.52 | 238.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 96 | 0 | 0.99 | 0.6 | 0.06 | 336.46 | 0.98 | 0.48 |
| Hex | F0 | 3 | 60 | 0 | 63 | 3C | 6 | 150 | 62 | 30 |
| Octal | 360 | 3 | 140 | 0 | 143 | 74 | 6 | 520 | 142 | 60 |
| Binary | 11110000 | 11 | 1100000 | 0 | 1100011 | 111100 | 110 | 101010000 | 1100010 | 110000 |
Color Harmonies of #F00360
Complementary color
Monochromatic Colors of #F00360
Black with #F00360
Text Example
Text Example
White with #F00360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00360; }
p { color: rgb(240,3,96); }
H1.HeaderClassName
{
color: #F00360;
}
.AnyTagClassName
{
color: #F00360;
}
</style>
background-color css
<style>
a { background-color: #F00360; }
a { background-color: rgb(240,3,96); }
div.DivClassName
{
background-color: #F00360;
}
.BgClassName
{
background-color: #F00360;
}
</style>
border-color css
<style>
span { border-color: #F00360; }
span { border-color: rgb(240,3,96); }
td.TdClassName
{
border-color: #F00360;
}
.TagClassName
{
border-color: #F00360;
}
</style>