Shades of Razzmatazz #F00366
Tints of Razzmatazz #F00366
RGB
CMYK
RGB Variations
Color information
#F00366 (or 0xF00366) is known color: Razzmatazz. HEX triplet: F0, 03 and 66. RGB value is (240,3,102). Sum of RGB (Red+Green+Blue) = 240+3+102=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F00366 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00366 is #0FFC99. Grayscale: #545454. Windows color (decimal): -1047706 or 6685680. OLE color: 6685680.
HSL color Cylindrical-coordinate representation of color #F00366: hue angle of 334.94º 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 #F00366 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 102 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.06 |
| HSL | 334.94º | 0.98% | 0.48% | - |
| HSV(B) | 334.94º | 0.99% | 0.94% | - |
| XYZ | 38.37 | 19.55 | 14.32 | - |
| YUV | 85.15 | 137.52 | 238.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 102 | 0 | 0.99 | 0.58 | 0.06 | 334.94 | 0.98 | 0.48 |
| Hex | F0 | 3 | 66 | 0 | 63 | 3A | 6 | 14F | 62 | 30 |
| Octal | 360 | 3 | 146 | 0 | 143 | 72 | 6 | 517 | 142 | 60 |
| Binary | 11110000 | 11 | 1100110 | 0 | 1100011 | 111010 | 110 | 101001111 | 1100010 | 110000 |
Color Harmonies of #F00366
Complementary color
Monochromatic Colors of #F00366
Black with #F00366
Text Example
Text Example
White with #F00366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00366; }
p { color: rgb(240,3,102); }
H1.HeaderClassName
{
color: #F00366;
}
.AnyTagClassName
{
color: #F00366;
}
</style>
background-color css
<style>
a { background-color: #F00366; }
a { background-color: rgb(240,3,102); }
div.DivClassName
{
background-color: #F00366;
}
.BgClassName
{
background-color: #F00366;
}
</style>
border-color css
<style>
span { border-color: #F00366; }
span { border-color: rgb(240,3,102); }
td.TdClassName
{
border-color: #F00366;
}
.TagClassName
{
border-color: #F00366;
}
</style>