Shades of Razzmatazz #F30077
Tints of Razzmatazz #F30077
RGB
CMYK
RGB Variations
Color information
#F30077 (or 0xF30077) is known color: Razzmatazz. HEX triplet: F3, 00 and 77. RGB value is (243,0,119). Sum of RGB (Red+Green+Blue) = 243+0+119=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F30077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30077 is #0CFF88. Grayscale: #555555. Windows color (decimal): -851849 or 7799027. OLE color: 7799027.
HSL color Cylindrical-coordinate representation of color #F30077: hue angle of 330.62º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30077 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.51 | 0.05 |
| HSL | 330.62º | 1% | 0.48% | - |
| HSV(B) | 330.62º | 1% | 0.95% | - |
| XYZ | 40.29 | 20.39 | 19.26 | - |
| YUV | 86.22 | 146.51 | 239.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 119 | 0 | 1 | 0.51 | 0.05 | 330.62 | 1 | 0.48 |
| Hex | F3 | 0 | 77 | 0 | 64 | 33 | 5 | 14B | 64 | 30 |
| Octal | 363 | 0 | 167 | 0 | 144 | 63 | 5 | 513 | 144 | 60 |
| Binary | 11110011 | 0 | 1110111 | 0 | 1100100 | 110011 | 101 | 101001011 | 1100100 | 110000 |
Color Harmonies of #F30077
Complementary color
Monochromatic Colors of #F30077
Black with #F30077
Text Example
Text Example
White with #F30077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30077; }
p { color: rgb(243,0,119); }
H1.HeaderClassName
{
color: #F30077;
}
.AnyTagClassName
{
color: #F30077;
}
</style>
background-color css
<style>
a { background-color: #F30077; }
a { background-color: rgb(243,0,119); }
div.DivClassName
{
background-color: #F30077;
}
.BgClassName
{
background-color: #F30077;
}
</style>
border-color css
<style>
span { border-color: #F30077; }
span { border-color: rgb(243,0,119); }
td.TdClassName
{
border-color: #F30077;
}
.TagClassName
{
border-color: #F30077;
}
</style>