Shades of Razzmatazz #F40C6D
Tints of Razzmatazz #F40C6D
RGB
CMYK
RGB Variations
Color information
#F40C6D (or 0xF40C6D) is known color: Razzmatazz. HEX triplet: F4, 0C and 6D. RGB value is (244,12,109). Sum of RGB (Red+Green+Blue) = 244+12+109=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40C6D is #0BF392. Grayscale: #5C5C5C. Windows color (decimal): -783251 or 7146740. OLE color: 7146740.
HSL color Cylindrical-coordinate representation of color #F40C6D: hue angle of 334.91º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40C6D is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 109 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.04 |
| HSL | 334.91º | 0.91% | 0.5% | - |
| HSV(B) | 334.91º | 0.95% | 0.96% | - |
| XYZ | 40.2 | 20.6 | 16.33 | - |
| YUV | 92.43 | 137.36 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 109 | 0 | 0.95 | 0.55 | 0.04 | 334.91 | 0.91 | 0.5 |
| Hex | F4 | C | 6D | 0 | 5F | 37 | 4 | 14F | 5B | 32 |
| Octal | 364 | 14 | 155 | 0 | 137 | 67 | 4 | 517 | 133 | 62 |
| Binary | 11110100 | 1100 | 1101101 | 0 | 1011111 | 110111 | 100 | 101001111 | 1011011 | 110010 |
Color Harmonies of #F40C6D
Complementary color
Monochromatic Colors of #F40C6D
Black with #F40C6D
Text Example
Text Example
White with #F40C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40C6D; }
p { color: rgb(244,12,109); }
H1.HeaderClassName
{
color: #F40C6D;
}
.AnyTagClassName
{
color: #F40C6D;
}
</style>
background-color css
<style>
a { background-color: #F40C6D; }
a { background-color: rgb(244,12,109); }
div.DivClassName
{
background-color: #F40C6D;
}
.BgClassName
{
background-color: #F40C6D;
}
</style>
border-color css
<style>
span { border-color: #F40C6D; }
span { border-color: rgb(244,12,109); }
td.TdClassName
{
border-color: #F40C6D;
}
.TagClassName
{
border-color: #F40C6D;
}
</style>