Shades of Razzmatazz #F30975
Tints of Razzmatazz #F30975
RGB
CMYK
RGB Variations
Color information
#F30975 (or 0xF30975) is known color: Razzmatazz. HEX triplet: F3, 09 and 75. RGB value is (243,9,117). Sum of RGB (Red+Green+Blue) = 243+9+117=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F30975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30975 is #0CF68A. Grayscale: #5B5B5B. Windows color (decimal): -849547 or 7670259. OLE color: 7670259.
HSL color Cylindrical-coordinate representation of color #F30975: hue angle of 332.31º 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 #F30975 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 117 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.05 |
| HSL | 332.31º | 0.93% | 0.49% | - |
| HSV(B) | 332.31º | 0.96% | 0.95% | - |
| XYZ | 40.27 | 20.53 | 18.67 | - |
| YUV | 91.28 | 142.52 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 117 | 0 | 0.96 | 0.52 | 0.05 | 332.31 | 0.93 | 0.49 |
| Hex | F3 | 9 | 75 | 0 | 60 | 34 | 5 | 14C | 5D | 31 |
| Octal | 363 | 11 | 165 | 0 | 140 | 64 | 5 | 514 | 135 | 61 |
| Binary | 11110011 | 1001 | 1110101 | 0 | 1100000 | 110100 | 101 | 101001100 | 1011101 | 110001 |
Color Harmonies of #F30975
Complementary color
Monochromatic Colors of #F30975
Black with #F30975
Text Example
Text Example
White with #F30975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30975; }
p { color: rgb(243,9,117); }
H1.HeaderClassName
{
color: #F30975;
}
.AnyTagClassName
{
color: #F30975;
}
</style>
background-color css
<style>
a { background-color: #F30975; }
a { background-color: rgb(243,9,117); }
div.DivClassName
{
background-color: #F30975;
}
.BgClassName
{
background-color: #F30975;
}
</style>
border-color css
<style>
span { border-color: #F30975; }
span { border-color: rgb(243,9,117); }
td.TdClassName
{
border-color: #F30975;
}
.TagClassName
{
border-color: #F30975;
}
</style>