Shades of Razzmatazz #F40F65
Tints of Razzmatazz #F40F65
RGB
CMYK
RGB Variations
Color information
#F40F65 (or 0xF40F65) is known color: Razzmatazz. HEX triplet: F4, 0F and 65. RGB value is (244,15,101). Sum of RGB (Red+Green+Blue) = 244+15+101=360 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.78% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F65 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40F65 is #0BF09A. Grayscale: #5D5D5D. Windows color (decimal): -782491 or 6623220. OLE color: 6623220.
HSL color Cylindrical-coordinate representation of color #F40F65: hue angle of 337.47º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40F65 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 101 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.04 |
| HSL | 337.47º | 0.91% | 0.51% | - |
| HSV(B) | 337.47º | 0.94% | 0.96% | - |
| XYZ | 39.83 | 20.51 | 14.17 | - |
| YUV | 93.28 | 132.37 | 235.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 101 | 0 | 0.94 | 0.59 | 0.04 | 337.47 | 0.91 | 0.51 |
| Hex | F4 | F | 65 | 0 | 5E | 3B | 4 | 151 | 5B | 33 |
| Octal | 364 | 17 | 145 | 0 | 136 | 73 | 4 | 521 | 133 | 63 |
| Binary | 11110100 | 1111 | 1100101 | 0 | 1011110 | 111011 | 100 | 101010001 | 1011011 | 110011 |
Color Harmonies of #F40F65
Complementary color
Monochromatic Colors of #F40F65
Black with #F40F65
Text Example
Text Example
White with #F40F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40F65; }
p { color: rgb(244,15,101); }
H1.HeaderClassName
{
color: #F40F65;
}
.AnyTagClassName
{
color: #F40F65;
}
</style>
background-color css
<style>
a { background-color: #F40F65; }
a { background-color: rgb(244,15,101); }
div.DivClassName
{
background-color: #F40F65;
}
.BgClassName
{
background-color: #F40F65;
}
</style>
border-color css
<style>
span { border-color: #F40F65; }
span { border-color: rgb(244,15,101); }
td.TdClassName
{
border-color: #F40F65;
}
.TagClassName
{
border-color: #F40F65;
}
</style>