Shades of Razzmatazz #F30353
Tints of Razzmatazz #F30353
RGB
CMYK
RGB Variations
Color information
#F30353 (or 0xF30353) is known color: Razzmatazz. HEX triplet: F3, 03 and 53. RGB value is (243,3,83). Sum of RGB (Red+Green+Blue) = 243+3+83=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F30353 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30353 is #0CFCAC. Grayscale: #535353. Windows color (decimal): -851117 or 5440499. OLE color: 5440499.
HSL color Cylindrical-coordinate representation of color #F30353: hue angle of 340º 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 #F30353 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.05 |
| HSL | 340º | 0.98% | 0.48% | - |
| HSV(B) | 340º | 0.99% | 0.95% | - |
| XYZ | 38.56 | 19.74 | 9.96 | - |
| YUV | 83.88 | 127.51 | 241.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 83 | 0 | 0.99 | 0.66 | 0.05 | 340 | 0.98 | 0.48 |
| Hex | F3 | 3 | 53 | 0 | 63 | 42 | 5 | 154 | 62 | 30 |
| Octal | 363 | 3 | 123 | 0 | 143 | 102 | 5 | 524 | 142 | 60 |
| Binary | 11110011 | 11 | 1010011 | 0 | 1100011 | 1000010 | 101 | 101010100 | 1100010 | 110000 |
Color Harmonies of #F30353
Complementary color
Monochromatic Colors of #F30353
Black with #F30353
Text Example
Text Example
White with #F30353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30353; }
p { color: rgb(243,3,83); }
H1.HeaderClassName
{
color: #F30353;
}
.AnyTagClassName
{
color: #F30353;
}
</style>
background-color css
<style>
a { background-color: #F30353; }
a { background-color: rgb(243,3,83); }
div.DivClassName
{
background-color: #F30353;
}
.BgClassName
{
background-color: #F30353;
}
</style>
border-color css
<style>
span { border-color: #F30353; }
span { border-color: rgb(243,3,83); }
td.TdClassName
{
border-color: #F30353;
}
.TagClassName
{
border-color: #F30353;
}
</style>