Shades of Razzmatazz #F40C58
Tints of Razzmatazz #F40C58
RGB
CMYK
RGB Variations
Color information
#F40C58 (or 0xF40C58) is known color: Razzmatazz. HEX triplet: F4, 0C and 58. RGB value is (244,12,88). Sum of RGB (Red+Green+Blue) = 244+12+88=344 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.93% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C58 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40C58 is #0BF3A7. Grayscale: #595959. Windows color (decimal): -783272 or 5770484. OLE color: 5770484.
HSL color Cylindrical-coordinate representation of color #F40C58: hue angle of 340.34º 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 #F40C58 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 88 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.04 |
| HSL | 340.34º | 0.91% | 0.5% | - |
| HSV(B) | 340.34º | 0.95% | 0.96% | - |
| XYZ | 39.2 | 20.2 | 11.07 | - |
| YUV | 90.03 | 126.86 | 237.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 88 | 0 | 0.95 | 0.64 | 0.04 | 340.34 | 0.91 | 0.5 |
| Hex | F4 | C | 58 | 0 | 5F | 40 | 4 | 154 | 5B | 32 |
| Octal | 364 | 14 | 130 | 0 | 137 | 100 | 4 | 524 | 133 | 62 |
| Binary | 11110100 | 1100 | 1011000 | 0 | 1011111 | 1000000 | 100 | 101010100 | 1011011 | 110010 |
Color Harmonies of #F40C58
Complementary color
Monochromatic Colors of #F40C58
Black with #F40C58
Text Example
Text Example
White with #F40C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40C58; }
p { color: rgb(244,12,88); }
H1.HeaderClassName
{
color: #F40C58;
}
.AnyTagClassName
{
color: #F40C58;
}
</style>
background-color css
<style>
a { background-color: #F40C58; }
a { background-color: rgb(244,12,88); }
div.DivClassName
{
background-color: #F40C58;
}
.BgClassName
{
background-color: #F40C58;
}
</style>
border-color css
<style>
span { border-color: #F40C58; }
span { border-color: rgb(244,12,88); }
td.TdClassName
{
border-color: #F40C58;
}
.TagClassName
{
border-color: #F40C58;
}
</style>