Shades of Razzmatazz #F40C6B
Tints of Razzmatazz #F40C6B
RGB
CMYK
RGB Variations
Color information
#F40C6B (or 0xF40C6B) is known color: Razzmatazz. HEX triplet: F4, 0C and 6B. RGB value is (244,12,107). Sum of RGB (Red+Green+Blue) = 244+12+107=363 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.22% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40C6B is #0BF394. Grayscale: #5C5C5C. Windows color (decimal): -783253 or 7015668. OLE color: 7015668.
HSL color Cylindrical-coordinate representation of color #F40C6B: hue angle of 335.43º 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 #F40C6B is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 107 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.04 |
| HSL | 335.43º | 0.91% | 0.5% | - |
| HSV(B) | 335.43º | 0.95% | 0.96% | - |
| XYZ | 40.09 | 20.56 | 15.76 | - |
| YUV | 92.2 | 136.36 | 236.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 107 | 0 | 0.95 | 0.56 | 0.04 | 335.43 | 0.91 | 0.5 |
| Hex | F4 | C | 6B | 0 | 5F | 38 | 4 | 14F | 5B | 32 |
| Octal | 364 | 14 | 153 | 0 | 137 | 70 | 4 | 517 | 133 | 62 |
| Binary | 11110100 | 1100 | 1101011 | 0 | 1011111 | 111000 | 100 | 101001111 | 1011011 | 110010 |
Color Harmonies of #F40C6B
Complementary color
Monochromatic Colors of #F40C6B
Black with #F40C6B
Text Example
Text Example
White with #F40C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40C6B; }
p { color: rgb(244,12,107); }
H1.HeaderClassName
{
color: #F40C6B;
}
.AnyTagClassName
{
color: #F40C6B;
}
</style>
background-color css
<style>
a { background-color: #F40C6B; }
a { background-color: rgb(244,12,107); }
div.DivClassName
{
background-color: #F40C6B;
}
.BgClassName
{
background-color: #F40C6B;
}
</style>
border-color css
<style>
span { border-color: #F40C6B; }
span { border-color: rgb(244,12,107); }
td.TdClassName
{
border-color: #F40C6B;
}
.TagClassName
{
border-color: #F40C6B;
}
</style>