Shades of Razzmatazz #F4005C
Tints of Razzmatazz #F4005C
RGB
CMYK
RGB Variations
Color information
#F4005C (or 0xF4005C) is known color: Razzmatazz. HEX triplet: F4, 00 and 5C. RGB value is (244,0,92). Sum of RGB (Red+Green+Blue) = 244+0+92=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F4005C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4005C is #0BFFA3. Grayscale: #535353. Windows color (decimal): -786340 or 6029556. OLE color: 6029556.
HSL color Cylindrical-coordinate representation of color #F4005C: hue angle of 337.38º 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 #F4005C is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.62 | 0.04 |
| HSL | 337.38º | 1% | 0.48% | - |
| HSV(B) | 337.38º | 1% | 0.96% | - |
| XYZ | 39.24 | 20.01 | 11.92 | - |
| YUV | 83.44 | 132.84 | 242.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 92 | 0 | 1 | 0.62 | 0.04 | 337.38 | 1 | 0.48 |
| Hex | F4 | 0 | 5C | 0 | 64 | 3E | 4 | 151 | 64 | 30 |
| Octal | 364 | 0 | 134 | 0 | 144 | 76 | 4 | 521 | 144 | 60 |
| Binary | 11110100 | 0 | 1011100 | 0 | 1100100 | 111110 | 100 | 101010001 | 1100100 | 110000 |
Color Harmonies of #F4005C
Complementary color
Monochromatic Colors of #F4005C
Black with #F4005C
Text Example
Text Example
White with #F4005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4005C; }
p { color: rgb(244,0,92); }
H1.HeaderClassName
{
color: #F4005C;
}
.AnyTagClassName
{
color: #F4005C;
}
</style>
background-color css
<style>
a { background-color: #F4005C; }
a { background-color: rgb(244,0,92); }
div.DivClassName
{
background-color: #F4005C;
}
.BgClassName
{
background-color: #F4005C;
}
</style>
border-color css
<style>
span { border-color: #F4005C; }
span { border-color: rgb(244,0,92); }
td.TdClassName
{
border-color: #F4005C;
}
.TagClassName
{
border-color: #F4005C;
}
</style>