Shades of Razzmatazz #F40850
Tints of Razzmatazz #F40850
RGB
CMYK
RGB Variations
Color information
#F40850 (or 0xF40850) is known color: Razzmatazz. HEX triplet: F4, 08 and 50. RGB value is (244,8,80). Sum of RGB (Red+Green+Blue) = 244+8+80=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F40850 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40850 is #0BF7AF. Grayscale: #565656. Windows color (decimal): -784304 or 5245172. OLE color: 5245172.
HSL color Cylindrical-coordinate representation of color #F40850: hue angle of 341.69º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F40850 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 80 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.04 |
| HSL | 341.69º | 0.94% | 0.49% | - |
| HSV(B) | 341.69º | 0.97% | 0.96% | - |
| XYZ | 38.84 | 19.99 | 9.4 | - |
| YUV | 86.77 | 124.19 | 240.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 80 | 0 | 0.97 | 0.67 | 0.04 | 341.69 | 0.94 | 0.49 |
| Hex | F4 | 8 | 50 | 0 | 61 | 43 | 4 | 156 | 5E | 31 |
| Octal | 364 | 10 | 120 | 0 | 141 | 103 | 4 | 526 | 136 | 61 |
| Binary | 11110100 | 1000 | 1010000 | 0 | 1100001 | 1000011 | 100 | 101010110 | 1011110 | 110001 |
Color Harmonies of #F40850
Complementary color
Monochromatic Colors of #F40850
Black with #F40850
Text Example
Text Example
White with #F40850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40850; }
p { color: rgb(244,8,80); }
H1.HeaderClassName
{
color: #F40850;
}
.AnyTagClassName
{
color: #F40850;
}
</style>
background-color css
<style>
a { background-color: #F40850; }
a { background-color: rgb(244,8,80); }
div.DivClassName
{
background-color: #F40850;
}
.BgClassName
{
background-color: #F40850;
}
</style>
border-color css
<style>
span { border-color: #F40850; }
span { border-color: rgb(244,8,80); }
td.TdClassName
{
border-color: #F40850;
}
.TagClassName
{
border-color: #F40850;
}
</style>