Shades of Razzmatazz #F40A6B
Tints of Razzmatazz #F40A6B
RGB
CMYK
RGB Variations
Color information
#F40A6B (or 0xF40A6B) is known color: Razzmatazz. HEX triplet: F4, 0A and 6B. RGB value is (244,10,107). Sum of RGB (Red+Green+Blue) = 244+10+107=361 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.59% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 244 - color contains mainly: red. Hex color #F40A6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40A6B is #0BF594. Grayscale: #5A5A5A. Windows color (decimal): -783765 or 7015156. OLE color: 7015156.
HSL color Cylindrical-coordinate representation of color #F40A6B: hue angle of 335.13º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40A6B is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 10 | 107 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.04 |
| HSL | 335.13º | 0.92% | 0.5% | - |
| HSV(B) | 335.13º | 0.96% | 0.96% | - |
| XYZ | 40.07 | 20.51 | 15.76 | - |
| YUV | 91.02 | 137.02 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 10 | 107 | 0 | 0.96 | 0.56 | 0.04 | 335.13 | 0.92 | 0.5 |
| Hex | F4 | A | 6B | 0 | 60 | 38 | 4 | 14F | 5C | 32 |
| Octal | 364 | 12 | 153 | 0 | 140 | 70 | 4 | 517 | 134 | 62 |
| Binary | 11110100 | 1010 | 1101011 | 0 | 1100000 | 111000 | 100 | 101001111 | 1011100 | 110010 |
Color Harmonies of #F40A6B
Complementary color
Monochromatic Colors of #F40A6B
Black with #F40A6B
Text Example
Text Example
White with #F40A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40A6B; }
p { color: rgb(244,10,107); }
H1.HeaderClassName
{
color: #F40A6B;
}
.AnyTagClassName
{
color: #F40A6B;
}
</style>
background-color css
<style>
a { background-color: #F40A6B; }
a { background-color: rgb(244,10,107); }
div.DivClassName
{
background-color: #F40A6B;
}
.BgClassName
{
background-color: #F40A6B;
}
</style>
border-color css
<style>
span { border-color: #F40A6B; }
span { border-color: rgb(244,10,107); }
td.TdClassName
{
border-color: #F40A6B;
}
.TagClassName
{
border-color: #F40A6B;
}
</style>