Shades of Razzmatazz #F91565
Tints of Razzmatazz #F91565
RGB
CMYK
RGB Variations
Color information
#F91565 (or 0xF91565) is known color: Razzmatazz. HEX triplet: F9, 15 and 65. RGB value is (249,21,101). Sum of RGB (Red+Green+Blue) = 249+21+101=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F91565 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91565 is #06EA9A. Grayscale: #626262. Windows color (decimal): -453275 or 6624761. OLE color: 6624761.
HSL color Cylindrical-coordinate representation of color #F91565: hue angle of 338.95º 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 #F91565 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 101 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.02 |
| HSL | 338.95º | 0.95% | 0.53% | - |
| HSV(B) | 338.95º | 0.92% | 0.98% | - |
| XYZ | 41.68 | 21.62 | 14.29 | - |
| YUV | 98.29 | 129.54 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 101 | 0 | 0.92 | 0.59 | 0.02 | 338.95 | 0.95 | 0.53 |
| Hex | F9 | 15 | 65 | 0 | 5C | 3B | 2 | 153 | 5F | 35 |
| Octal | 371 | 25 | 145 | 0 | 134 | 73 | 2 | 523 | 137 | 65 |
| Binary | 11111001 | 10101 | 1100101 | 0 | 1011100 | 111011 | 10 | 101010011 | 1011111 | 110101 |
Color Harmonies of #F91565
Complementary color
Monochromatic Colors of #F91565
Black with #F91565
Text Example
Text Example
White with #F91565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91565; }
p { color: rgb(249,21,101); }
H1.HeaderClassName
{
color: #F91565;
}
.AnyTagClassName
{
color: #F91565;
}
</style>
background-color css
<style>
a { background-color: #F91565; }
a { background-color: rgb(249,21,101); }
div.DivClassName
{
background-color: #F91565;
}
.BgClassName
{
background-color: #F91565;
}
</style>
border-color css
<style>
span { border-color: #F91565; }
span { border-color: rgb(249,21,101); }
td.TdClassName
{
border-color: #F91565;
}
.TagClassName
{
border-color: #F91565;
}
</style>