Shades of Razzmatazz #F30952
Tints of Razzmatazz #F30952
RGB
CMYK
RGB Variations
Color information
#F30952 (or 0xF30952) is known color: Razzmatazz. HEX triplet: F3, 09 and 52. RGB value is (243,9,82). Sum of RGB (Red+Green+Blue) = 243+9+82=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F30952 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30952 is #0CF6AD. Grayscale: #575757. Windows color (decimal): -849582 or 5376499. OLE color: 5376499.
HSL color Cylindrical-coordinate representation of color #F30952: hue angle of 341.28º 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 #F30952 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 82 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.05 |
| HSL | 341.28º | 0.93% | 0.49% | - |
| HSV(B) | 341.28º | 0.96% | 0.95% | - |
| XYZ | 38.58 | 19.86 | 9.78 | - |
| YUV | 87.29 | 125.02 | 239.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 82 | 0 | 0.96 | 0.66 | 0.05 | 341.28 | 0.93 | 0.49 |
| Hex | F3 | 9 | 52 | 0 | 60 | 42 | 5 | 155 | 5D | 31 |
| Octal | 363 | 11 | 122 | 0 | 140 | 102 | 5 | 525 | 135 | 61 |
| Binary | 11110011 | 1001 | 1010010 | 0 | 1100000 | 1000010 | 101 | 101010101 | 1011101 | 110001 |
Color Harmonies of #F30952
Complementary color
Monochromatic Colors of #F30952
Black with #F30952
Text Example
Text Example
White with #F30952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30952; }
p { color: rgb(243,9,82); }
H1.HeaderClassName
{
color: #F30952;
}
.AnyTagClassName
{
color: #F30952;
}
</style>
background-color css
<style>
a { background-color: #F30952; }
a { background-color: rgb(243,9,82); }
div.DivClassName
{
background-color: #F30952;
}
.BgClassName
{
background-color: #F30952;
}
</style>
border-color css
<style>
span { border-color: #F30952; }
span { border-color: rgb(243,9,82); }
td.TdClassName
{
border-color: #F30952;
}
.TagClassName
{
border-color: #F30952;
}
</style>