Shades of Razzmatazz #F4056C
Tints of Razzmatazz #F4056C
RGB
CMYK
RGB Variations
Color information
#F4056C (or 0xF4056C) is known color: Razzmatazz. HEX triplet: F4, 05 and 6C. RGB value is (244,5,108). Sum of RGB (Red+Green+Blue) = 244+5+108=357 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.35% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 244 - color contains mainly: red. Hex color #F4056C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4056C is #0BFA93. Grayscale: #585858. Windows color (decimal): -785044 or 7079412. OLE color: 7079412.
HSL color Cylindrical-coordinate representation of color #F4056C: hue angle of 334.14º degrees, saturation: 0.96, 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 #F4056C is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 108 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.04 |
| HSL | 334.14º | 0.96% | 0.49% | - |
| HSV(B) | 334.14º | 0.98% | 0.96% | - |
| XYZ | 40.07 | 20.42 | 16.02 | - |
| YUV | 88.2 | 139.18 | 239.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 108 | 0 | 0.98 | 0.56 | 0.04 | 334.14 | 0.96 | 0.49 |
| Hex | F4 | 5 | 6C | 0 | 62 | 38 | 4 | 14E | 60 | 31 |
| Octal | 364 | 5 | 154 | 0 | 142 | 70 | 4 | 516 | 140 | 61 |
| Binary | 11110100 | 101 | 1101100 | 0 | 1100010 | 111000 | 100 | 101001110 | 1100000 | 110001 |
Color Harmonies of #F4056C
Complementary color
Monochromatic Colors of #F4056C
Black with #F4056C
Text Example
Text Example
White with #F4056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4056C; }
p { color: rgb(244,5,108); }
H1.HeaderClassName
{
color: #F4056C;
}
.AnyTagClassName
{
color: #F4056C;
}
</style>
background-color css
<style>
a { background-color: #F4056C; }
a { background-color: rgb(244,5,108); }
div.DivClassName
{
background-color: #F4056C;
}
.BgClassName
{
background-color: #F4056C;
}
</style>
border-color css
<style>
span { border-color: #F4056C; }
span { border-color: rgb(244,5,108); }
td.TdClassName
{
border-color: #F4056C;
}
.TagClassName
{
border-color: #F4056C;
}
</style>