Shades of Razzmatazz #F0066F
Tints of Razzmatazz #F0066F
RGB
CMYK
RGB Variations
Color information
#F0066F (or 0xF0066F) is known color: Razzmatazz. HEX triplet: F0, 06 and 6F. RGB value is (240,6,111). Sum of RGB (Red+Green+Blue) = 240+6+111=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F0066F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0066F is #0FF990. Grayscale: #575757. Windows color (decimal): -1046929 or 7276272. OLE color: 7276272.
HSL color Cylindrical-coordinate representation of color #F0066F: hue angle of 333.08º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0066F is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 111 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.06 |
| HSL | 333.08º | 0.95% | 0.48% | - |
| HSV(B) | 333.08º | 0.98% | 0.94% | - |
| XYZ | 38.87 | 19.8 | 16.81 | - |
| YUV | 87.94 | 141.02 | 236.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 111 | 0 | 0.98 | 0.54 | 0.06 | 333.08 | 0.95 | 0.48 |
| Hex | F0 | 6 | 6F | 0 | 62 | 36 | 6 | 14D | 5F | 30 |
| Octal | 360 | 6 | 157 | 0 | 142 | 66 | 6 | 515 | 137 | 60 |
| Binary | 11110000 | 110 | 1101111 | 0 | 1100010 | 110110 | 110 | 101001101 | 1011111 | 110000 |
Color Harmonies of #F0066F
Complementary color
Monochromatic Colors of #F0066F
Black with #F0066F
Text Example
Text Example
White with #F0066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0066F; }
p { color: rgb(240,6,111); }
H1.HeaderClassName
{
color: #F0066F;
}
.AnyTagClassName
{
color: #F0066F;
}
</style>
background-color css
<style>
a { background-color: #F0066F; }
a { background-color: rgb(240,6,111); }
div.DivClassName
{
background-color: #F0066F;
}
.BgClassName
{
background-color: #F0066F;
}
</style>
border-color css
<style>
span { border-color: #F0066F; }
span { border-color: rgb(240,6,111); }
td.TdClassName
{
border-color: #F0066F;
}
.TagClassName
{
border-color: #F0066F;
}
</style>