Shades of Razzmatazz #F4016F
Tints of Razzmatazz #F4016F
RGB
CMYK
RGB Variations
Color information
#F4016F (or 0xF4016F) is known color: Razzmatazz. HEX triplet: F4, 01 and 6F. RGB value is (244,1,111). Sum of RGB (Red+Green+Blue) = 244+1+111=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F4016F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4016F is #0BFE90. Grayscale: #565656. Windows color (decimal): -786065 or 7274996. OLE color: 7274996.
HSL color Cylindrical-coordinate representation of color #F4016F: hue angle of 332.84º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4016F is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 111 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.04 |
| HSL | 332.84º | 0.99% | 0.48% | - |
| HSV(B) | 332.84º | 1% | 0.96% | - |
| XYZ | 40.19 | 20.4 | 16.86 | - |
| YUV | 86.2 | 142.01 | 240.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 111 | 0 | 1.00 | 0.55 | 0.04 | 332.84 | 0.99 | 0.48 |
| Hex | F4 | 1 | 6F | 0 | 64 | 37 | 4 | 14D | 63 | 30 |
| Octal | 364 | 1 | 157 | 0 | 144 | 67 | 4 | 515 | 143 | 60 |
| Binary | 11110100 | 1 | 1101111 | 0 | 1100100 | 110111 | 100 | 101001101 | 1100011 | 110000 |
Color Harmonies of #F4016F
Complementary color
Monochromatic Colors of #F4016F
Black with #F4016F
Text Example
Text Example
White with #F4016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4016F; }
p { color: rgb(244,1,111); }
H1.HeaderClassName
{
color: #F4016F;
}
.AnyTagClassName
{
color: #F4016F;
}
</style>
background-color css
<style>
a { background-color: #F4016F; }
a { background-color: rgb(244,1,111); }
div.DivClassName
{
background-color: #F4016F;
}
.BgClassName
{
background-color: #F4016F;
}
</style>
border-color css
<style>
span { border-color: #F4016F; }
span { border-color: rgb(244,1,111); }
td.TdClassName
{
border-color: #F4016F;
}
.TagClassName
{
border-color: #F4016F;
}
</style>