Shades of Razzmatazz #F30672
Tints of Razzmatazz #F30672
RGB
CMYK
RGB Variations
Color information
#F30672 (or 0xF30672) is known color: Razzmatazz. HEX triplet: F3, 06 and 72. RGB value is (243,6,114). Sum of RGB (Red+Green+Blue) = 243+6+114=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F30672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30672 is #0CF98D. Grayscale: #585858. Windows color (decimal): -850318 or 7472883. OLE color: 7472883.
HSL color Cylindrical-coordinate representation of color #F30672: hue angle of 332.66º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30672 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 114 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.05 |
| HSL | 332.66º | 0.95% | 0.49% | - |
| HSV(B) | 332.66º | 0.98% | 0.95% | - |
| XYZ | 40.06 | 20.4 | 17.75 | - |
| YUV | 89.18 | 142.02 | 237.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 114 | 0 | 0.98 | 0.53 | 0.05 | 332.66 | 0.95 | 0.49 |
| Hex | F3 | 6 | 72 | 0 | 62 | 35 | 5 | 14D | 5F | 31 |
| Octal | 363 | 6 | 162 | 0 | 142 | 65 | 5 | 515 | 137 | 61 |
| Binary | 11110011 | 110 | 1110010 | 0 | 1100010 | 110101 | 101 | 101001101 | 1011111 | 110001 |
Color Harmonies of #F30672
Complementary color
Monochromatic Colors of #F30672
Black with #F30672
Text Example
Text Example
White with #F30672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30672; }
p { color: rgb(243,6,114); }
H1.HeaderClassName
{
color: #F30672;
}
.AnyTagClassName
{
color: #F30672;
}
</style>
background-color css
<style>
a { background-color: #F30672; }
a { background-color: rgb(243,6,114); }
div.DivClassName
{
background-color: #F30672;
}
.BgClassName
{
background-color: #F30672;
}
</style>
border-color css
<style>
span { border-color: #F30672; }
span { border-color: rgb(243,6,114); }
td.TdClassName
{
border-color: #F30672;
}
.TagClassName
{
border-color: #F30672;
}
</style>