Shades of Razzmatazz #F31650
Tints of Razzmatazz #F31650
RGB
CMYK
RGB Variations
Color information
#F31650 (or 0xF31650) is known color: Razzmatazz. HEX triplet: F3, 16 and 50. RGB value is (243,22,80). Sum of RGB (Red+Green+Blue) = 243+22+80=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F31650 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31650 is #0CE9AF. Grayscale: #5E5E5E. Windows color (decimal): -846256 or 5248755. OLE color: 5248755.
HSL color Cylindrical-coordinate representation of color #F31650: hue angle of 344.25º 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 #F31650 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 80 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.05 |
| HSL | 344.25º | 0.9% | 0.52% | - |
| HSV(B) | 344.25º | 0.91% | 0.95% | - |
| XYZ | 38.7 | 20.21 | 9.45 | - |
| YUV | 94.69 | 119.72 | 233.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 80 | 0 | 0.91 | 0.67 | 0.05 | 344.25 | 0.9 | 0.52 |
| Hex | F3 | 16 | 50 | 0 | 5B | 43 | 5 | 158 | 5A | 34 |
| Octal | 363 | 26 | 120 | 0 | 133 | 103 | 5 | 530 | 132 | 64 |
| Binary | 11110011 | 10110 | 1010000 | 0 | 1011011 | 1000011 | 101 | 101011000 | 1011010 | 110100 |
Color Harmonies of #F31650
Complementary color
Monochromatic Colors of #F31650
Black with #F31650
Text Example
Text Example
White with #F31650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31650; }
p { color: rgb(243,22,80); }
H1.HeaderClassName
{
color: #F31650;
}
.AnyTagClassName
{
color: #F31650;
}
</style>
background-color css
<style>
a { background-color: #F31650; }
a { background-color: rgb(243,22,80); }
div.DivClassName
{
background-color: #F31650;
}
.BgClassName
{
background-color: #F31650;
}
</style>
border-color css
<style>
span { border-color: #F31650; }
span { border-color: rgb(243,22,80); }
td.TdClassName
{
border-color: #F31650;
}
.TagClassName
{
border-color: #F31650;
}
</style>