Shades of Razzmatazz #FF0F6E
Tints of Razzmatazz #FF0F6E
RGB
CMYK
RGB Variations
Color information
#FF0F6E (or 0xFF0F6E) is known color: Razzmatazz. HEX triplet: FF, 0F and 6E. RGB value is (255,15,110). Sum of RGB (Red+Green+Blue) = 255+15+110=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F6E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0F6E is #00F091. Grayscale: #616161. Windows color (decimal): -61586 or 7213055. OLE color: 7213055.
HSL color Cylindrical-coordinate representation of color #FF0F6E: hue angle of 336.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0F6E is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 110 | - |
| CMYK | 0 | 0.94 | 0.57 | 0 |
| HSL | 336.25º | 1% | 0.53% | - |
| HSV(B) | 336.25º | 0.94% | 1% | - |
| XYZ | 44.23 | 22.73 | 16.81 | - |
| YUV | 97.59 | 135.01 | 240.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 110 | 0 | 0.94 | 0.57 | 0 | 336.25 | 1 | 0.53 |
| Hex | FF | F | 6E | 0 | 5E | 39 | 0 | 150 | 64 | 35 |
| Octal | 377 | 17 | 156 | 0 | 136 | 71 | 0 | 520 | 144 | 65 |
| Binary | 11111111 | 1111 | 1101110 | 0 | 1011110 | 111001 | 0 | 101010000 | 1100100 | 110101 |
Color Harmonies of #FF0F6E
Complementary color
Monochromatic Colors of #FF0F6E
Black with #FF0F6E
Text Example
Text Example
White with #FF0F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0F6E; }
p { color: rgb(255,15,110); }
H1.HeaderClassName
{
color: #FF0F6E;
}
.AnyTagClassName
{
color: #FF0F6E;
}
</style>
background-color css
<style>
a { background-color: #FF0F6E; }
a { background-color: rgb(255,15,110); }
div.DivClassName
{
background-color: #FF0F6E;
}
.BgClassName
{
background-color: #FF0F6E;
}
</style>
border-color css
<style>
span { border-color: #FF0F6E; }
span { border-color: rgb(255,15,110); }
td.TdClassName
{
border-color: #FF0F6E;
}
.TagClassName
{
border-color: #FF0F6E;
}
</style>