Shades of Razzmatazz #F40173
Tints of Razzmatazz #F40173
RGB
CMYK
RGB Variations
Color information
#F40173 (or 0xF40173) is known color: Razzmatazz. HEX triplet: F4, 01 and 73. RGB value is (244,1,115). Sum of RGB (Red+Green+Blue) = 244+1+115=360 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.78% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 244 - color contains mainly: red. Hex color #F40173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40173 is #0BFE8C. Grayscale: #565656. Windows color (decimal): -786061 or 7537140. OLE color: 7537140.
HSL color Cylindrical-coordinate representation of color #F40173: hue angle of 331.85º 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 #F40173 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.04 |
| HSL | 331.85º | 0.99% | 0.48% | - |
| HSV(B) | 331.85º | 1% | 0.96% | - |
| XYZ | 40.41 | 20.49 | 18.05 | - |
| YUV | 86.65 | 144.01 | 240.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 115 | 0 | 1.00 | 0.53 | 0.04 | 331.85 | 0.99 | 0.48 |
| Hex | F4 | 1 | 73 | 0 | 64 | 35 | 4 | 14C | 63 | 30 |
| Octal | 364 | 1 | 163 | 0 | 144 | 65 | 4 | 514 | 143 | 60 |
| Binary | 11110100 | 1 | 1110011 | 0 | 1100100 | 110101 | 100 | 101001100 | 1100011 | 110000 |
Color Harmonies of #F40173
Complementary color
Monochromatic Colors of #F40173
Black with #F40173
Text Example
Text Example
White with #F40173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40173; }
p { color: rgb(244,1,115); }
H1.HeaderClassName
{
color: #F40173;
}
.AnyTagClassName
{
color: #F40173;
}
</style>
background-color css
<style>
a { background-color: #F40173; }
a { background-color: rgb(244,1,115); }
div.DivClassName
{
background-color: #F40173;
}
.BgClassName
{
background-color: #F40173;
}
</style>
border-color css
<style>
span { border-color: #F40173; }
span { border-color: rgb(244,1,115); }
td.TdClassName
{
border-color: #F40173;
}
.TagClassName
{
border-color: #F40173;
}
</style>