Shades of Razzmatazz #F00377
Tints of Razzmatazz #F00377
RGB
CMYK
RGB Variations
Color information
#F00377 (or 0xF00377) is known color: Razzmatazz. HEX triplet: F0, 03 and 77. RGB value is (240,3,119). Sum of RGB (Red+Green+Blue) = 240+3+119=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F00377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00377 is #0FFC88. Grayscale: #565656. Windows color (decimal): -1047689 or 7799792. OLE color: 7799792.
HSL color Cylindrical-coordinate representation of color #F00377: hue angle of 330.63º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00377 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 119 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.06 |
| HSL | 330.63º | 0.98% | 0.48% | - |
| HSV(B) | 330.63º | 0.99% | 0.94% | - |
| XYZ | 39.3 | 19.92 | 19.23 | - |
| YUV | 87.09 | 146.02 | 237.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 119 | 0 | 0.99 | 0.50 | 0.06 | 330.63 | 0.98 | 0.48 |
| Hex | F0 | 3 | 77 | 0 | 63 | 32 | 6 | 14B | 62 | 30 |
| Octal | 360 | 3 | 167 | 0 | 143 | 62 | 6 | 513 | 142 | 60 |
| Binary | 11110000 | 11 | 1110111 | 0 | 1100011 | 110010 | 110 | 101001011 | 1100010 | 110000 |
Color Harmonies of #F00377
Complementary color
Monochromatic Colors of #F00377
Black with #F00377
Text Example
Text Example
White with #F00377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00377; }
p { color: rgb(240,3,119); }
H1.HeaderClassName
{
color: #F00377;
}
.AnyTagClassName
{
color: #F00377;
}
</style>
background-color css
<style>
a { background-color: #F00377; }
a { background-color: rgb(240,3,119); }
div.DivClassName
{
background-color: #F00377;
}
.BgClassName
{
background-color: #F00377;
}
</style>
border-color css
<style>
span { border-color: #F00377; }
span { border-color: rgb(240,3,119); }
td.TdClassName
{
border-color: #F00377;
}
.TagClassName
{
border-color: #F00377;
}
</style>