Shades of Razzmatazz #F40B5C
Tints of Razzmatazz #F40B5C
RGB
CMYK
RGB Variations
Color information
#F40B5C (or 0xF40B5C) is known color: Razzmatazz. HEX triplet: F4, 0B and 5C. RGB value is (244,11,92). Sum of RGB (Red+Green+Blue) = 244+11+92=347 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.32% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 244 - color contains mainly: red. Hex color #F40B5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40B5C is #0BF4A3. Grayscale: #595959. Windows color (decimal): -783524 or 6032372. OLE color: 6032372.
HSL color Cylindrical-coordinate representation of color #F40B5C: hue angle of 339.14º 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 #F40B5C is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 92 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.04 |
| HSL | 339.14º | 0.91% | 0.5% | - |
| HSV(B) | 339.14º | 0.95% | 0.96% | - |
| XYZ | 39.36 | 20.25 | 11.96 | - |
| YUV | 89.9 | 129.19 | 237.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 92 | 0 | 0.95 | 0.62 | 0.04 | 339.14 | 0.91 | 0.5 |
| Hex | F4 | B | 5C | 0 | 5F | 3E | 4 | 153 | 5B | 32 |
| Octal | 364 | 13 | 134 | 0 | 137 | 76 | 4 | 523 | 133 | 62 |
| Binary | 11110100 | 1011 | 1011100 | 0 | 1011111 | 111110 | 100 | 101010011 | 1011011 | 110010 |
Color Harmonies of #F40B5C
Complementary color
Monochromatic Colors of #F40B5C
Black with #F40B5C
Text Example
Text Example
White with #F40B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40B5C; }
p { color: rgb(244,11,92); }
H1.HeaderClassName
{
color: #F40B5C;
}
.AnyTagClassName
{
color: #F40B5C;
}
</style>
background-color css
<style>
a { background-color: #F40B5C; }
a { background-color: rgb(244,11,92); }
div.DivClassName
{
background-color: #F40B5C;
}
.BgClassName
{
background-color: #F40B5C;
}
</style>
border-color css
<style>
span { border-color: #F40B5C; }
span { border-color: rgb(244,11,92); }
td.TdClassName
{
border-color: #F40B5C;
}
.TagClassName
{
border-color: #F40B5C;
}
</style>