Shades of Razzmatazz #F91468
Tints of Razzmatazz #F91468
RGB
CMYK
RGB Variations
Color information
#F91468 (or 0xF91468) is known color: Razzmatazz. HEX triplet: F9, 14 and 68. RGB value is (249,20,104). Sum of RGB (Red+Green+Blue) = 249+20+104=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F91468 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91468 is #06EB97. Grayscale: #616161. Windows color (decimal): -453528 or 6821113. OLE color: 6821113.
HSL color Cylindrical-coordinate representation of color #F91468: hue angle of 337.99º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91468 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 104 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.02 |
| HSL | 337.99º | 0.95% | 0.53% | - |
| HSV(B) | 337.99º | 0.92% | 0.98% | - |
| XYZ | 41.82 | 21.64 | 15.07 | - |
| YUV | 98.05 | 131.37 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 104 | 0 | 0.92 | 0.58 | 0.02 | 337.99 | 0.95 | 0.53 |
| Hex | F9 | 14 | 68 | 0 | 5C | 3A | 2 | 152 | 5F | 35 |
| Octal | 371 | 24 | 150 | 0 | 134 | 72 | 2 | 522 | 137 | 65 |
| Binary | 11111001 | 10100 | 1101000 | 0 | 1011100 | 111010 | 10 | 101010010 | 1011111 | 110101 |
Color Harmonies of #F91468
Complementary color
Monochromatic Colors of #F91468
Black with #F91468
Text Example
Text Example
White with #F91468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91468; }
p { color: rgb(249,20,104); }
H1.HeaderClassName
{
color: #F91468;
}
.AnyTagClassName
{
color: #F91468;
}
</style>
background-color css
<style>
a { background-color: #F91468; }
a { background-color: rgb(249,20,104); }
div.DivClassName
{
background-color: #F91468;
}
.BgClassName
{
background-color: #F91468;
}
</style>
border-color css
<style>
span { border-color: #F91468; }
span { border-color: rgb(249,20,104); }
td.TdClassName
{
border-color: #F91468;
}
.TagClassName
{
border-color: #F91468;
}
</style>