Shades of Razzmatazz #F0055B
Tints of Razzmatazz #F0055B
RGB
CMYK
RGB Variations
Color information
#F0055B (or 0xF0055B) is known color: Razzmatazz. HEX triplet: F0, 05 and 5B. RGB value is (240,5,91). Sum of RGB (Red+Green+Blue) = 240+5+91=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F0055B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0055B is #0FFAA4. Grayscale: #545454. Windows color (decimal): -1047205 or 5965296. OLE color: 5965296.
HSL color Cylindrical-coordinate representation of color #F0055B: hue angle of 338.04º 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 #F0055B is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 91 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.06 |
| HSL | 338.04º | 0.96% | 0.48% | - |
| HSV(B) | 338.04º | 0.98% | 0.94% | - |
| XYZ | 37.88 | 19.39 | 11.64 | - |
| YUV | 85.07 | 131.36 | 238.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 91 | 0 | 0.98 | 0.62 | 0.06 | 338.04 | 0.96 | 0.48 |
| Hex | F0 | 5 | 5B | 0 | 62 | 3E | 6 | 152 | 60 | 30 |
| Octal | 360 | 5 | 133 | 0 | 142 | 76 | 6 | 522 | 140 | 60 |
| Binary | 11110000 | 101 | 1011011 | 0 | 1100010 | 111110 | 110 | 101010010 | 1100000 | 110000 |
Color Harmonies of #F0055B
Complementary color
Monochromatic Colors of #F0055B
Black with #F0055B
Text Example
Text Example
White with #F0055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0055B; }
p { color: rgb(240,5,91); }
H1.HeaderClassName
{
color: #F0055B;
}
.AnyTagClassName
{
color: #F0055B;
}
</style>
background-color css
<style>
a { background-color: #F0055B; }
a { background-color: rgb(240,5,91); }
div.DivClassName
{
background-color: #F0055B;
}
.BgClassName
{
background-color: #F0055B;
}
</style>
border-color css
<style>
span { border-color: #F0055B; }
span { border-color: rgb(240,5,91); }
td.TdClassName
{
border-color: #F0055B;
}
.TagClassName
{
border-color: #F0055B;
}
</style>