Shades of Razzmatazz #F40172
Tints of Razzmatazz #F40172
RGB
CMYK
RGB Variations
Color information
#F40172 (or 0xF40172) is known color: Razzmatazz. HEX triplet: F4, 01 and 72. RGB value is (244,1,114). Sum of RGB (Red+Green+Blue) = 244+1+114=359 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.97% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 244 - color contains mainly: red. Hex color #F40172 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40172 is #0BFE8D. Grayscale: #565656. Windows color (decimal): -786062 or 7471604. OLE color: 7471604.
HSL color Cylindrical-coordinate representation of color #F40172: hue angle of 332.1º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40172 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 114 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.04 |
| HSL | 332.1º | 0.99% | 0.48% | - |
| HSV(B) | 332.1º | 1% | 0.96% | - |
| XYZ | 40.36 | 20.47 | 17.74 | - |
| YUV | 86.54 | 143.51 | 240.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 114 | 0 | 1.00 | 0.53 | 0.04 | 332.1 | 0.99 | 0.48 |
| Hex | F4 | 1 | 72 | 0 | 64 | 35 | 4 | 14C | 63 | 30 |
| Octal | 364 | 1 | 162 | 0 | 144 | 65 | 4 | 514 | 143 | 60 |
| Binary | 11110100 | 1 | 1110010 | 0 | 1100100 | 110101 | 100 | 101001100 | 1100011 | 110000 |
Color Harmonies of #F40172
Complementary color
Monochromatic Colors of #F40172
Black with #F40172
Text Example
Text Example
White with #F40172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40172; }
p { color: rgb(244,1,114); }
H1.HeaderClassName
{
color: #F40172;
}
.AnyTagClassName
{
color: #F40172;
}
</style>
background-color css
<style>
a { background-color: #F40172; }
a { background-color: rgb(244,1,114); }
div.DivClassName
{
background-color: #F40172;
}
.BgClassName
{
background-color: #F40172;
}
</style>
border-color css
<style>
span { border-color: #F40172; }
span { border-color: rgb(244,1,114); }
td.TdClassName
{
border-color: #F40172;
}
.TagClassName
{
border-color: #F40172;
}
</style>