Shades of Razzmatazz #F00955
Tints of Razzmatazz #F00955
RGB
CMYK
RGB Variations
Color information
#F00955 (or 0xF00955) is known color: Razzmatazz. HEX triplet: F0, 09 and 55. RGB value is (240,9,85). Sum of RGB (Red+Green+Blue) = 240+9+85=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F00955 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00955 is #0FF6AA. Grayscale: #565656. Windows color (decimal): -1046187 or 5573104. OLE color: 5573104.
HSL color Cylindrical-coordinate representation of color #F00955: hue angle of 340.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00955 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 85 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.06 |
| HSL | 340.26º | 0.93% | 0.49% | - |
| HSV(B) | 340.26º | 0.96% | 0.94% | - |
| XYZ | 37.67 | 19.38 | 10.35 | - |
| YUV | 86.73 | 127.03 | 237.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 85 | 0 | 0.96 | 0.65 | 0.06 | 340.26 | 0.93 | 0.49 |
| Hex | F0 | 9 | 55 | 0 | 60 | 41 | 6 | 154 | 5D | 31 |
| Octal | 360 | 11 | 125 | 0 | 140 | 101 | 6 | 524 | 135 | 61 |
| Binary | 11110000 | 1001 | 1010101 | 0 | 1100000 | 1000001 | 110 | 101010100 | 1011101 | 110001 |
Color Harmonies of #F00955
Complementary color
Monochromatic Colors of #F00955
Black with #F00955
Text Example
Text Example
White with #F00955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00955; }
p { color: rgb(240,9,85); }
H1.HeaderClassName
{
color: #F00955;
}
.AnyTagClassName
{
color: #F00955;
}
</style>
background-color css
<style>
a { background-color: #F00955; }
a { background-color: rgb(240,9,85); }
div.DivClassName
{
background-color: #F00955;
}
.BgClassName
{
background-color: #F00955;
}
</style>
border-color css
<style>
span { border-color: #F00955; }
span { border-color: rgb(240,9,85); }
td.TdClassName
{
border-color: #F00955;
}
.TagClassName
{
border-color: #F00955;
}
</style>