Shades of Razzmatazz #F31955
Tints of Razzmatazz #F31955
RGB
CMYK
RGB Variations
Color information
#F31955 (or 0xF31955) is known color: Razzmatazz. HEX triplet: F3, 19 and 55. RGB value is (243,25,85). Sum of RGB (Red+Green+Blue) = 243+25+85=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F31955 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31955 is #0CE6AA. Grayscale: #606060. Windows color (decimal): -845483 or 5577203. OLE color: 5577203.
HSL color Cylindrical-coordinate representation of color #F31955: hue angle of 343.49º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31955 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 85 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.05 |
| HSL | 343.49º | 0.9% | 0.53% | - |
| HSV(B) | 343.49º | 0.9% | 0.95% | - |
| XYZ | 38.95 | 20.41 | 10.48 | - |
| YUV | 97.02 | 121.22 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 85 | 0 | 0.90 | 0.65 | 0.05 | 343.49 | 0.9 | 0.53 |
| Hex | F3 | 19 | 55 | 0 | 5A | 41 | 5 | 157 | 5A | 35 |
| Octal | 363 | 31 | 125 | 0 | 132 | 101 | 5 | 527 | 132 | 65 |
| Binary | 11110011 | 11001 | 1010101 | 0 | 1011010 | 1000001 | 101 | 101010111 | 1011010 | 110101 |
Color Harmonies of #F31955
Complementary color
Monochromatic Colors of #F31955
Black with #F31955
Text Example
Text Example
White with #F31955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31955; }
p { color: rgb(243,25,85); }
H1.HeaderClassName
{
color: #F31955;
}
.AnyTagClassName
{
color: #F31955;
}
</style>
background-color css
<style>
a { background-color: #F31955; }
a { background-color: rgb(243,25,85); }
div.DivClassName
{
background-color: #F31955;
}
.BgClassName
{
background-color: #F31955;
}
</style>
border-color css
<style>
span { border-color: #F31955; }
span { border-color: rgb(243,25,85); }
td.TdClassName
{
border-color: #F31955;
}
.TagClassName
{
border-color: #F31955;
}
</style>