Shades of Razzmatazz #F40C5C
Tints of Razzmatazz #F40C5C
RGB
CMYK
RGB Variations
Color information
#F40C5C (or 0xF40C5C) is known color: Razzmatazz. HEX triplet: F4, 0C and 5C. RGB value is (244,12,92). Sum of RGB (Red+Green+Blue) = 244+12+92=348 (46% of max value = 765). Red value is 244 (95.70% from 255 or 70.11% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40C5C is #0BF3A3. Grayscale: #5A5A5A. Windows color (decimal): -783268 or 6032628. OLE color: 6032628.
HSL color Cylindrical-coordinate representation of color #F40C5C: hue angle of 339.31º 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 #F40C5C is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 92 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.04 |
| HSL | 339.31º | 0.91% | 0.5% | - |
| HSV(B) | 339.31º | 0.95% | 0.96% | - |
| XYZ | 39.37 | 20.27 | 11.96 | - |
| YUV | 90.49 | 128.86 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 92 | 0 | 0.95 | 0.62 | 0.04 | 339.31 | 0.91 | 0.5 |
| Hex | F4 | C | 5C | 0 | 5F | 3E | 4 | 153 | 5B | 32 |
| Octal | 364 | 14 | 134 | 0 | 137 | 76 | 4 | 523 | 133 | 62 |
| Binary | 11110100 | 1100 | 1011100 | 0 | 1011111 | 111110 | 100 | 101010011 | 1011011 | 110010 |
Color Harmonies of #F40C5C
Complementary color
Monochromatic Colors of #F40C5C
Black with #F40C5C
Text Example
Text Example
White with #F40C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40C5C; }
p { color: rgb(244,12,92); }
H1.HeaderClassName
{
color: #F40C5C;
}
.AnyTagClassName
{
color: #F40C5C;
}
</style>
background-color css
<style>
a { background-color: #F40C5C; }
a { background-color: rgb(244,12,92); }
div.DivClassName
{
background-color: #F40C5C;
}
.BgClassName
{
background-color: #F40C5C;
}
</style>
border-color css
<style>
span { border-color: #F40C5C; }
span { border-color: rgb(244,12,92); }
td.TdClassName
{
border-color: #F40C5C;
}
.TagClassName
{
border-color: #F40C5C;
}
</style>