Shades of Razzmatazz #F30372
Tints of Razzmatazz #F30372
RGB
CMYK
RGB Variations
Color information
#F30372 (or 0xF30372) is known color: Razzmatazz. HEX triplet: F3, 03 and 72. RGB value is (243,3,114). Sum of RGB (Red+Green+Blue) = 243+3+114=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F30372 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30372 is #0CFC8D. Grayscale: #575757. Windows color (decimal): -851086 or 7472115. OLE color: 7472115.
HSL color Cylindrical-coordinate representation of color #F30372: hue angle of 332.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30372 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.05 |
| HSL | 332.25º | 0.98% | 0.48% | - |
| HSV(B) | 332.25º | 0.99% | 0.95% | - |
| XYZ | 40.03 | 20.33 | 17.73 | - |
| YUV | 87.41 | 143.01 | 238.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 114 | 0 | 0.99 | 0.53 | 0.05 | 332.25 | 0.98 | 0.48 |
| Hex | F3 | 3 | 72 | 0 | 63 | 35 | 5 | 14C | 62 | 30 |
| Octal | 363 | 3 | 162 | 0 | 143 | 65 | 5 | 514 | 142 | 60 |
| Binary | 11110011 | 11 | 1110010 | 0 | 1100011 | 110101 | 101 | 101001100 | 1100010 | 110000 |
Color Harmonies of #F30372
Complementary color
Monochromatic Colors of #F30372
Black with #F30372
Text Example
Text Example
White with #F30372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30372; }
p { color: rgb(243,3,114); }
H1.HeaderClassName
{
color: #F30372;
}
.AnyTagClassName
{
color: #F30372;
}
</style>
background-color css
<style>
a { background-color: #F30372; }
a { background-color: rgb(243,3,114); }
div.DivClassName
{
background-color: #F30372;
}
.BgClassName
{
background-color: #F30372;
}
</style>
border-color css
<style>
span { border-color: #F30372; }
span { border-color: rgb(243,3,114); }
td.TdClassName
{
border-color: #F30372;
}
.TagClassName
{
border-color: #F30372;
}
</style>