Shades of Razzmatazz #F30971
Tints of Razzmatazz #F30971
RGB
CMYK
RGB Variations
Color information
#F30971 (or 0xF30971) is known color: Razzmatazz. HEX triplet: F3, 09 and 71. RGB value is (243,9,113). Sum of RGB (Red+Green+Blue) = 243+9+113=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F30971 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30971 is #0CF68E. Grayscale: #5A5A5A. Windows color (decimal): -849551 or 7408115. OLE color: 7408115.
HSL color Cylindrical-coordinate representation of color #F30971: hue angle of 333.33º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30971 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 113 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.05 |
| HSL | 333.33º | 0.93% | 0.49% | - |
| HSV(B) | 333.33º | 0.96% | 0.95% | - |
| XYZ | 40.04 | 20.44 | 17.46 | - |
| YUV | 90.82 | 140.52 | 236.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 113 | 0 | 0.96 | 0.53 | 0.05 | 333.33 | 0.93 | 0.49 |
| Hex | F3 | 9 | 71 | 0 | 60 | 35 | 5 | 14D | 5D | 31 |
| Octal | 363 | 11 | 161 | 0 | 140 | 65 | 5 | 515 | 135 | 61 |
| Binary | 11110011 | 1001 | 1110001 | 0 | 1100000 | 110101 | 101 | 101001101 | 1011101 | 110001 |
Color Harmonies of #F30971
Complementary color
Monochromatic Colors of #F30971
Black with #F30971
Text Example
Text Example
White with #F30971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30971; }
p { color: rgb(243,9,113); }
H1.HeaderClassName
{
color: #F30971;
}
.AnyTagClassName
{
color: #F30971;
}
</style>
background-color css
<style>
a { background-color: #F30971; }
a { background-color: rgb(243,9,113); }
div.DivClassName
{
background-color: #F30971;
}
.BgClassName
{
background-color: #F30971;
}
</style>
border-color css
<style>
span { border-color: #F30971; }
span { border-color: rgb(243,9,113); }
td.TdClassName
{
border-color: #F30971;
}
.TagClassName
{
border-color: #F30971;
}
</style>