Shades of Razzmatazz #F0006B
Tints of Razzmatazz #F0006B
RGB
CMYK
RGB Variations
Color information
#F0006B (or 0xF0006B) is known color: Razzmatazz. HEX triplet: F0, 00 and 6B. RGB value is (240,0,107). Sum of RGB (Red+Green+Blue) = 240+0+107=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F0006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0006B is #0FFF94. Grayscale: #535353. Windows color (decimal): -1048469 or 7012592. OLE color: 7012592.
HSL color Cylindrical-coordinate representation of color #F0006B: hue angle of 333.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0006B is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.55 | 0.06 |
| HSL | 333.25º | 1% | 0.47% | - |
| HSV(B) | 333.25º | 1% | 0.94% | - |
| XYZ | 38.59 | 19.59 | 15.66 | - |
| YUV | 83.96 | 141.01 | 239.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 107 | 0 | 1 | 0.55 | 0.06 | 333.25 | 1 | 0.47 |
| Hex | F0 | 0 | 6B | 0 | 64 | 37 | 6 | 14D | 64 | 2F |
| Octal | 360 | 0 | 153 | 0 | 144 | 67 | 6 | 515 | 144 | 57 |
| Binary | 11110000 | 0 | 1101011 | 0 | 1100100 | 110111 | 110 | 101001101 | 1100100 | 101111 |
Color Harmonies of #F0006B
Complementary color
Monochromatic Colors of #F0006B
Black with #F0006B
Text Example
Text Example
White with #F0006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0006B; }
p { color: rgb(240,0,107); }
H1.HeaderClassName
{
color: #F0006B;
}
.AnyTagClassName
{
color: #F0006B;
}
</style>
background-color css
<style>
a { background-color: #F0006B; }
a { background-color: rgb(240,0,107); }
div.DivClassName
{
background-color: #F0006B;
}
.BgClassName
{
background-color: #F0006B;
}
</style>
border-color css
<style>
span { border-color: #F0006B; }
span { border-color: rgb(240,0,107); }
td.TdClassName
{
border-color: #F0006B;
}
.TagClassName
{
border-color: #F0006B;
}
</style>