Shades of Razzmatazz #F9016C
Tints of Razzmatazz #F9016C
RGB
CMYK
RGB Variations
Color information
#F9016C (or 0xF9016C) is known color: Razzmatazz. HEX triplet: F9, 01 and 6C. RGB value is (249,1,108). Sum of RGB (Red+Green+Blue) = 249+1+108=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F9016C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9016C is #06FE93. Grayscale: #575757. Windows color (decimal): -458388 or 7078393. OLE color: 7078393.
HSL color Cylindrical-coordinate representation of color #F9016C: hue angle of 334.11º 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 #F9016C is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 108 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.02 |
| HSL | 334.11º | 0.99% | 0.49% | - |
| HSV(B) | 334.11º | 1% | 0.98% | - |
| XYZ | 41.78 | 21.24 | 16.09 | - |
| YUV | 87.35 | 139.66 | 243.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 108 | 0 | 1.00 | 0.57 | 0.02 | 334.11 | 0.99 | 0.49 |
| Hex | F9 | 1 | 6C | 0 | 64 | 39 | 2 | 14E | 63 | 31 |
| Octal | 371 | 1 | 154 | 0 | 144 | 71 | 2 | 516 | 143 | 61 |
| Binary | 11111001 | 1 | 1101100 | 0 | 1100100 | 111001 | 10 | 101001110 | 1100011 | 110001 |
Color Harmonies of #F9016C
Complementary color
Monochromatic Colors of #F9016C
Black with #F9016C
Text Example
Text Example
White with #F9016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9016C; }
p { color: rgb(249,1,108); }
H1.HeaderClassName
{
color: #F9016C;
}
.AnyTagClassName
{
color: #F9016C;
}
</style>
background-color css
<style>
a { background-color: #F9016C; }
a { background-color: rgb(249,1,108); }
div.DivClassName
{
background-color: #F9016C;
}
.BgClassName
{
background-color: #F9016C;
}
</style>
border-color css
<style>
span { border-color: #F9016C; }
span { border-color: rgb(249,1,108); }
td.TdClassName
{
border-color: #F9016C;
}
.TagClassName
{
border-color: #F9016C;
}
</style>