Shades of Razzmatazz #F40550
Tints of Razzmatazz #F40550
RGB
CMYK
RGB Variations
Color information
#F40550 (or 0xF40550) is known color: Razzmatazz. HEX triplet: F4, 05 and 50. RGB value is (244,5,80). Sum of RGB (Red+Green+Blue) = 244+5+80=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F40550 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40550 is #0BFAAF. Grayscale: #545454. Windows color (decimal): -785072 or 5244404. OLE color: 5244404.
HSL color Cylindrical-coordinate representation of color #F40550: hue angle of 341.17º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40550 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 80 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.04 |
| HSL | 341.17º | 0.96% | 0.49% | - |
| HSV(B) | 341.17º | 0.98% | 0.96% | - |
| XYZ | 38.81 | 19.92 | 9.39 | - |
| YUV | 85.01 | 125.18 | 241.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 80 | 0 | 0.98 | 0.67 | 0.04 | 341.17 | 0.96 | 0.49 |
| Hex | F4 | 5 | 50 | 0 | 62 | 43 | 4 | 155 | 60 | 31 |
| Octal | 364 | 5 | 120 | 0 | 142 | 103 | 4 | 525 | 140 | 61 |
| Binary | 11110100 | 101 | 1010000 | 0 | 1100010 | 1000011 | 100 | 101010101 | 1100000 | 110001 |
Color Harmonies of #F40550
Complementary color
Monochromatic Colors of #F40550
Black with #F40550
Text Example
Text Example
White with #F40550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40550; }
p { color: rgb(244,5,80); }
H1.HeaderClassName
{
color: #F40550;
}
.AnyTagClassName
{
color: #F40550;
}
</style>
background-color css
<style>
a { background-color: #F40550; }
a { background-color: rgb(244,5,80); }
div.DivClassName
{
background-color: #F40550;
}
.BgClassName
{
background-color: #F40550;
}
</style>
border-color css
<style>
span { border-color: #F40550; }
span { border-color: rgb(244,5,80); }
td.TdClassName
{
border-color: #F40550;
}
.TagClassName
{
border-color: #F40550;
}
</style>