Shades of Razzmatazz #F9016F
Tints of Razzmatazz #F9016F
RGB
CMYK
RGB Variations
Color information
#F9016F (or 0xF9016F) is known color: Razzmatazz. HEX triplet: F9, 01 and 6F. RGB value is (249,1,111). Sum of RGB (Red+Green+Blue) = 249+1+111=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F9016F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9016F is #06FE90. Grayscale: #575757. Windows color (decimal): -458385 or 7275001. OLE color: 7275001.
HSL color Cylindrical-coordinate representation of color #F9016F: hue angle of 333.39º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9016F is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 111 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.02 |
| HSL | 333.39º | 0.99% | 0.49% | - |
| HSV(B) | 333.39º | 1% | 0.98% | - |
| XYZ | 41.95 | 21.31 | 16.94 | - |
| YUV | 87.69 | 141.16 | 243.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 111 | 0 | 1.00 | 0.55 | 0.02 | 333.39 | 0.99 | 0.49 |
| Hex | F9 | 1 | 6F | 0 | 64 | 37 | 2 | 14D | 63 | 31 |
| Octal | 371 | 1 | 157 | 0 | 144 | 67 | 2 | 515 | 143 | 61 |
| Binary | 11111001 | 1 | 1101111 | 0 | 1100100 | 110111 | 10 | 101001101 | 1100011 | 110001 |
Color Harmonies of #F9016F
Complementary color
Monochromatic Colors of #F9016F
Black with #F9016F
Text Example
Text Example
White with #F9016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9016F; }
p { color: rgb(249,1,111); }
H1.HeaderClassName
{
color: #F9016F;
}
.AnyTagClassName
{
color: #F9016F;
}
</style>
background-color css
<style>
a { background-color: #F9016F; }
a { background-color: rgb(249,1,111); }
div.DivClassName
{
background-color: #F9016F;
}
.BgClassName
{
background-color: #F9016F;
}
</style>
border-color css
<style>
span { border-color: #F9016F; }
span { border-color: rgb(249,1,111); }
td.TdClassName
{
border-color: #F9016F;
}
.TagClassName
{
border-color: #F9016F;
}
</style>