Shades of Razzmatazz #F30370
Tints of Razzmatazz #F30370
RGB
CMYK
RGB Variations
Color information
#F30370 (or 0xF30370) is known color: Razzmatazz. HEX triplet: F3, 03 and 70. RGB value is (243,3,112). Sum of RGB (Red+Green+Blue) = 243+3+112=358 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.88% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 243 - color contains mainly: red. Hex color #F30370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30370 is #0CFC8F. Grayscale: #565656. Windows color (decimal): -851088 or 7341043. OLE color: 7341043.
HSL color Cylindrical-coordinate representation of color #F30370: hue angle of 332.75º 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 #F30370 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 112 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.05 |
| HSL | 332.75º | 0.98% | 0.48% | - |
| HSV(B) | 332.75º | 0.99% | 0.95% | - |
| XYZ | 39.92 | 20.29 | 17.14 | - |
| YUV | 87.19 | 142.01 | 239.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 112 | 0 | 0.99 | 0.54 | 0.05 | 332.75 | 0.98 | 0.48 |
| Hex | F3 | 3 | 70 | 0 | 63 | 36 | 5 | 14D | 62 | 30 |
| Octal | 363 | 3 | 160 | 0 | 143 | 66 | 5 | 515 | 142 | 60 |
| Binary | 11110011 | 11 | 1110000 | 0 | 1100011 | 110110 | 101 | 101001101 | 1100010 | 110000 |
Color Harmonies of #F30370
Complementary color
Monochromatic Colors of #F30370
Black with #F30370
Text Example
Text Example
White with #F30370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30370; }
p { color: rgb(243,3,112); }
H1.HeaderClassName
{
color: #F30370;
}
.AnyTagClassName
{
color: #F30370;
}
</style>
background-color css
<style>
a { background-color: #F30370; }
a { background-color: rgb(243,3,112); }
div.DivClassName
{
background-color: #F30370;
}
.BgClassName
{
background-color: #F30370;
}
</style>
border-color css
<style>
span { border-color: #F30370; }
span { border-color: rgb(243,3,112); }
td.TdClassName
{
border-color: #F30370;
}
.TagClassName
{
border-color: #F30370;
}
</style>