Shades of Razzmatazz #F31755
Tints of Razzmatazz #F31755
RGB
CMYK
RGB Variations
Color information
#F31755 (or 0xF31755) is known color: Razzmatazz. HEX triplet: F3, 17 and 55. RGB value is (243,23,85). Sum of RGB (Red+Green+Blue) = 243+23+85=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F31755 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31755 is #0CE8AA. Grayscale: #5F5F5F. Windows color (decimal): -845995 or 5576691. OLE color: 5576691.
HSL color Cylindrical-coordinate representation of color #F31755: hue angle of 343.09º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31755 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 85 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.05 |
| HSL | 343.09º | 0.9% | 0.52% | - |
| HSV(B) | 343.09º | 0.91% | 0.95% | - |
| XYZ | 38.91 | 20.32 | 10.47 | - |
| YUV | 95.85 | 121.89 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 85 | 0 | 0.91 | 0.65 | 0.05 | 343.09 | 0.9 | 0.52 |
| Hex | F3 | 17 | 55 | 0 | 5B | 41 | 5 | 157 | 5A | 34 |
| Octal | 363 | 27 | 125 | 0 | 133 | 101 | 5 | 527 | 132 | 64 |
| Binary | 11110011 | 10111 | 1010101 | 0 | 1011011 | 1000001 | 101 | 101010111 | 1011010 | 110100 |
Color Harmonies of #F31755
Complementary color
Monochromatic Colors of #F31755
Black with #F31755
Text Example
Text Example
White with #F31755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31755; }
p { color: rgb(243,23,85); }
H1.HeaderClassName
{
color: #F31755;
}
.AnyTagClassName
{
color: #F31755;
}
</style>
background-color css
<style>
a { background-color: #F31755; }
a { background-color: rgb(243,23,85); }
div.DivClassName
{
background-color: #F31755;
}
.BgClassName
{
background-color: #F31755;
}
</style>
border-color css
<style>
span { border-color: #F31755; }
span { border-color: rgb(243,23,85); }
td.TdClassName
{
border-color: #F31755;
}
.TagClassName
{
border-color: #F31755;
}
</style>