Shades of Razzmatazz #F30A70
Tints of Razzmatazz #F30A70
RGB
CMYK
RGB Variations
Color information
#F30A70 (or 0xF30A70) is known color: Razzmatazz. HEX triplet: F3, 0A and 70. RGB value is (243,10,112). Sum of RGB (Red+Green+Blue) = 243+10+112=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30A70 is #0CF58F. Grayscale: #5B5B5B. Windows color (decimal): -849296 or 7342835. OLE color: 7342835.
HSL color Cylindrical-coordinate representation of color #F30A70: hue angle of 333.73º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30A70 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 112 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.05 |
| HSL | 333.73º | 0.92% | 0.5% | - |
| HSV(B) | 333.73º | 0.96% | 0.95% | - |
| XYZ | 40 | 20.44 | 17.17 | - |
| YUV | 91.3 | 139.69 | 236.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 112 | 0 | 0.96 | 0.54 | 0.05 | 333.73 | 0.92 | 0.5 |
| Hex | F3 | A | 70 | 0 | 60 | 36 | 5 | 14E | 5C | 32 |
| Octal | 363 | 12 | 160 | 0 | 140 | 66 | 5 | 516 | 134 | 62 |
| Binary | 11110011 | 1010 | 1110000 | 0 | 1100000 | 110110 | 101 | 101001110 | 1011100 | 110010 |
Color Harmonies of #F30A70
Complementary color
Monochromatic Colors of #F30A70
Black with #F30A70
Text Example
Text Example
White with #F30A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30A70; }
p { color: rgb(243,10,112); }
H1.HeaderClassName
{
color: #F30A70;
}
.AnyTagClassName
{
color: #F30A70;
}
</style>
background-color css
<style>
a { background-color: #F30A70; }
a { background-color: rgb(243,10,112); }
div.DivClassName
{
background-color: #F30A70;
}
.BgClassName
{
background-color: #F30A70;
}
</style>
border-color css
<style>
span { border-color: #F30A70; }
span { border-color: rgb(243,10,112); }
td.TdClassName
{
border-color: #F30A70;
}
.TagClassName
{
border-color: #F30A70;
}
</style>