Shades of Razzmatazz #F4046A
Tints of Razzmatazz #F4046A
RGB
CMYK
RGB Variations
Color information
#F4046A (or 0xF4046A) is known color: Razzmatazz. HEX triplet: F4, 04 and 6A. RGB value is (244,4,106). Sum of RGB (Red+Green+Blue) = 244+4+106=354 (46% of max value = 765). Red value is 244 (95.70% from 255 or 68.93% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 244 - color contains mainly: red. Hex color #F4046A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4046A is #0BFB95. Grayscale: #575757. Windows color (decimal): -785302 or 6948084. OLE color: 6948084.
HSL color Cylindrical-coordinate representation of color #F4046A: hue angle of 334.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4046A is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 106 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.04 |
| HSL | 334.5º | 0.97% | 0.49% | - |
| HSV(B) | 334.5º | 0.98% | 0.96% | - |
| XYZ | 39.95 | 20.36 | 15.46 | - |
| YUV | 87.39 | 138.51 | 239.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 106 | 0 | 0.98 | 0.57 | 0.04 | 334.5 | 0.97 | 0.49 |
| Hex | F4 | 4 | 6A | 0 | 62 | 39 | 4 | 14E | 61 | 31 |
| Octal | 364 | 4 | 152 | 0 | 142 | 71 | 4 | 516 | 141 | 61 |
| Binary | 11110100 | 100 | 1101010 | 0 | 1100010 | 111001 | 100 | 101001110 | 1100001 | 110001 |
Color Harmonies of #F4046A
Complementary color
Monochromatic Colors of #F4046A
Black with #F4046A
Text Example
Text Example
White with #F4046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4046A; }
p { color: rgb(244,4,106); }
H1.HeaderClassName
{
color: #F4046A;
}
.AnyTagClassName
{
color: #F4046A;
}
</style>
background-color css
<style>
a { background-color: #F4046A; }
a { background-color: rgb(244,4,106); }
div.DivClassName
{
background-color: #F4046A;
}
.BgClassName
{
background-color: #F4046A;
}
</style>
border-color css
<style>
span { border-color: #F4046A; }
span { border-color: rgb(244,4,106); }
td.TdClassName
{
border-color: #F4046A;
}
.TagClassName
{
border-color: #F4046A;
}
</style>