Shades of Razzmatazz #FF0F6C
Tints of Razzmatazz #FF0F6C
RGB
CMYK
RGB Variations
Color information
#FF0F6C (or 0xFF0F6C) is known color: Razzmatazz. HEX triplet: FF, 0F and 6C. RGB value is (255,15,108). Sum of RGB (Red+Green+Blue) = 255+15+108=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0F6C is #00F093. Grayscale: #616161. Windows color (decimal): -61588 or 7081983. OLE color: 7081983.
HSL color Cylindrical-coordinate representation of color #FF0F6C: hue angle of 336.75º 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 #FF0F6C is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 108 | - |
| CMYK | 0 | 0.94 | 0.58 | 0 |
| HSL | 336.75º | 1% | 0.53% | - |
| HSV(B) | 336.75º | 0.94% | 1% | - |
| XYZ | 44.12 | 22.68 | 16.24 | - |
| YUV | 97.36 | 134.01 | 240.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 108 | 0 | 0.94 | 0.58 | 0 | 336.75 | 1 | 0.53 |
| Hex | FF | F | 6C | 0 | 5E | 3A | 0 | 151 | 64 | 35 |
| Octal | 377 | 17 | 154 | 0 | 136 | 72 | 0 | 521 | 144 | 65 |
| Binary | 11111111 | 1111 | 1101100 | 0 | 1011110 | 111010 | 0 | 101010001 | 1100100 | 110101 |
Color Harmonies of #FF0F6C
Complementary color
Monochromatic Colors of #FF0F6C
Black with #FF0F6C
Text Example
Text Example
White with #FF0F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0F6C; }
p { color: rgb(255,15,108); }
H1.HeaderClassName
{
color: #FF0F6C;
}
.AnyTagClassName
{
color: #FF0F6C;
}
</style>
background-color css
<style>
a { background-color: #FF0F6C; }
a { background-color: rgb(255,15,108); }
div.DivClassName
{
background-color: #FF0F6C;
}
.BgClassName
{
background-color: #FF0F6C;
}
</style>
border-color css
<style>
span { border-color: #FF0F6C; }
span { border-color: rgb(255,15,108); }
td.TdClassName
{
border-color: #FF0F6C;
}
.TagClassName
{
border-color: #FF0F6C;
}
</style>