Shades of Razzmatazz #F00266
Tints of Razzmatazz #F00266
RGB
CMYK
RGB Variations
Color information
#F00266 (or 0xF00266) is known color: Razzmatazz. HEX triplet: F0, 02 and 66. RGB value is (240,2,102). Sum of RGB (Red+Green+Blue) = 240+2+102=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F00266 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00266 is #0FFD99. Grayscale: #545454. Windows color (decimal): -1047962 or 6685424. OLE color: 6685424.
HSL color Cylindrical-coordinate representation of color #F00266: hue angle of 334.79º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00266 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.06 |
| HSL | 334.79º | 0.98% | 0.47% | - |
| HSV(B) | 334.79º | 0.99% | 0.94% | - |
| XYZ | 38.36 | 19.53 | 14.32 | - |
| YUV | 84.56 | 137.85 | 238.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 102 | 0 | 0.99 | 0.58 | 0.06 | 334.79 | 0.98 | 0.47 |
| Hex | F0 | 2 | 66 | 0 | 63 | 3A | 6 | 14F | 62 | 2F |
| Octal | 360 | 2 | 146 | 0 | 143 | 72 | 6 | 517 | 142 | 57 |
| Binary | 11110000 | 10 | 1100110 | 0 | 1100011 | 111010 | 110 | 101001111 | 1100010 | 101111 |
Color Harmonies of #F00266
Complementary color
Monochromatic Colors of #F00266
Black with #F00266
Text Example
Text Example
White with #F00266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00266; }
p { color: rgb(240,2,102); }
H1.HeaderClassName
{
color: #F00266;
}
.AnyTagClassName
{
color: #F00266;
}
</style>
background-color css
<style>
a { background-color: #F00266; }
a { background-color: rgb(240,2,102); }
div.DivClassName
{
background-color: #F00266;
}
.BgClassName
{
background-color: #F00266;
}
</style>
border-color css
<style>
span { border-color: #F00266; }
span { border-color: rgb(240,2,102); }
td.TdClassName
{
border-color: #F00266;
}
.TagClassName
{
border-color: #F00266;
}
</style>