Shades of Razzmatazz #F4005D
Tints of Razzmatazz #F4005D
RGB
CMYK
RGB Variations
Color information
#F4005D (or 0xF4005D) is known color: Razzmatazz. HEX triplet: F4, 00 and 5D. RGB value is (244,0,93). Sum of RGB (Red+Green+Blue) = 244+0+93=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F4005D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4005D is #0BFFA2. Grayscale: #535353. Windows color (decimal): -786339 or 6095092. OLE color: 6095092.
HSL color Cylindrical-coordinate representation of color #F4005D: hue angle of 337.13º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4005D is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.62 | 0.04 |
| HSL | 337.13º | 1% | 0.48% | - |
| HSV(B) | 337.13º | 1% | 0.96% | - |
| XYZ | 39.28 | 20.02 | 12.15 | - |
| YUV | 83.56 | 133.34 | 242.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 93 | 0 | 1 | 0.62 | 0.04 | 337.13 | 1 | 0.48 |
| Hex | F4 | 0 | 5D | 0 | 64 | 3E | 4 | 151 | 64 | 30 |
| Octal | 364 | 0 | 135 | 0 | 144 | 76 | 4 | 521 | 144 | 60 |
| Binary | 11110100 | 0 | 1011101 | 0 | 1100100 | 111110 | 100 | 101010001 | 1100100 | 110000 |
Color Harmonies of #F4005D
Complementary color
Monochromatic Colors of #F4005D
Black with #F4005D
Text Example
Text Example
White with #F4005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4005D; }
p { color: rgb(244,0,93); }
H1.HeaderClassName
{
color: #F4005D;
}
.AnyTagClassName
{
color: #F4005D;
}
</style>
background-color css
<style>
a { background-color: #F4005D; }
a { background-color: rgb(244,0,93); }
div.DivClassName
{
background-color: #F4005D;
}
.BgClassName
{
background-color: #F4005D;
}
</style>
border-color css
<style>
span { border-color: #F4005D; }
span { border-color: rgb(244,0,93); }
td.TdClassName
{
border-color: #F4005D;
}
.TagClassName
{
border-color: #F4005D;
}
</style>