Shades of Razzmatazz #F91467
Tints of Razzmatazz #F91467
RGB
CMYK
RGB Variations
Color information
#F91467 (or 0xF91467) is known color: Razzmatazz. HEX triplet: F9, 14 and 67. RGB value is (249,20,103). Sum of RGB (Red+Green+Blue) = 249+20+103=372 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.94% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 249 - color contains mainly: red. Hex color #F91467 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91467 is #06EB98. Grayscale: #616161. Windows color (decimal): -453529 or 6755577. OLE color: 6755577.
HSL color Cylindrical-coordinate representation of color #F91467: hue angle of 338.25º 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 #F91467 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 103 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.02 |
| HSL | 338.25º | 0.95% | 0.53% | - |
| HSV(B) | 338.25º | 0.92% | 0.98% | - |
| XYZ | 41.77 | 21.62 | 14.8 | - |
| YUV | 97.93 | 130.87 | 235.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 103 | 0 | 0.92 | 0.59 | 0.02 | 338.25 | 0.95 | 0.53 |
| Hex | F9 | 14 | 67 | 0 | 5C | 3B | 2 | 152 | 5F | 35 |
| Octal | 371 | 24 | 147 | 0 | 134 | 73 | 2 | 522 | 137 | 65 |
| Binary | 11111001 | 10100 | 1100111 | 0 | 1011100 | 111011 | 10 | 101010010 | 1011111 | 110101 |
Color Harmonies of #F91467
Complementary color
Monochromatic Colors of #F91467
Black with #F91467
Text Example
Text Example
White with #F91467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91467; }
p { color: rgb(249,20,103); }
H1.HeaderClassName
{
color: #F91467;
}
.AnyTagClassName
{
color: #F91467;
}
</style>
background-color css
<style>
a { background-color: #F91467; }
a { background-color: rgb(249,20,103); }
div.DivClassName
{
background-color: #F91467;
}
.BgClassName
{
background-color: #F91467;
}
</style>
border-color css
<style>
span { border-color: #F91467; }
span { border-color: rgb(249,20,103); }
td.TdClassName
{
border-color: #F91467;
}
.TagClassName
{
border-color: #F91467;
}
</style>