Shades of Razzmatazz #F0055D
Tints of Razzmatazz #F0055D
RGB
CMYK
RGB Variations
Color information
#F0055D (or 0xF0055D) is known color: Razzmatazz. HEX triplet: F0, 05 and 5D. RGB value is (240,5,93). Sum of RGB (Red+Green+Blue) = 240+5+93=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0055D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0055D is #0FFAA2. Grayscale: #555555. Windows color (decimal): -1047203 or 6096368. OLE color: 6096368.
HSL color Cylindrical-coordinate representation of color #F0055D: hue angle of 337.53º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0055D is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 93 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.06 |
| HSL | 337.53º | 0.96% | 0.48% | - |
| HSV(B) | 337.53º | 0.98% | 0.94% | - |
| XYZ | 37.97 | 19.42 | 12.1 | - |
| YUV | 85.3 | 132.36 | 238.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 93 | 0 | 0.98 | 0.61 | 0.06 | 337.53 | 0.96 | 0.48 |
| Hex | F0 | 5 | 5D | 0 | 62 | 3D | 6 | 152 | 60 | 30 |
| Octal | 360 | 5 | 135 | 0 | 142 | 75 | 6 | 522 | 140 | 60 |
| Binary | 11110000 | 101 | 1011101 | 0 | 1100010 | 111101 | 110 | 101010010 | 1100000 | 110000 |
Color Harmonies of #F0055D
Complementary color
Monochromatic Colors of #F0055D
Black with #F0055D
Text Example
Text Example
White with #F0055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0055D; }
p { color: rgb(240,5,93); }
H1.HeaderClassName
{
color: #F0055D;
}
.AnyTagClassName
{
color: #F0055D;
}
</style>
background-color css
<style>
a { background-color: #F0055D; }
a { background-color: rgb(240,5,93); }
div.DivClassName
{
background-color: #F0055D;
}
.BgClassName
{
background-color: #F0055D;
}
</style>
border-color css
<style>
span { border-color: #F0055D; }
span { border-color: rgb(240,5,93); }
td.TdClassName
{
border-color: #F0055D;
}
.TagClassName
{
border-color: #F0055D;
}
</style>