Shades of Razzmatazz #F31350
Tints of Razzmatazz #F31350
RGB
CMYK
RGB Variations
Color information
#F31350 (or 0xF31350) is known color: Razzmatazz. HEX triplet: F3, 13 and 50. RGB value is (243,19,80). Sum of RGB (Red+Green+Blue) = 243+19+80=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F31350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31350 is #0CECAF. Grayscale: #5C5C5C. Windows color (decimal): -847024 or 5247987. OLE color: 5247987.
HSL color Cylindrical-coordinate representation of color #F31350: hue angle of 343.66º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31350 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 80 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.05 |
| HSL | 343.66º | 0.9% | 0.51% | - |
| HSV(B) | 343.66º | 0.92% | 0.95% | - |
| XYZ | 38.64 | 20.1 | 9.43 | - |
| YUV | 92.93 | 120.71 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 80 | 0 | 0.92 | 0.67 | 0.05 | 343.66 | 0.9 | 0.51 |
| Hex | F3 | 13 | 50 | 0 | 5C | 43 | 5 | 158 | 5A | 33 |
| Octal | 363 | 23 | 120 | 0 | 134 | 103 | 5 | 530 | 132 | 63 |
| Binary | 11110011 | 10011 | 1010000 | 0 | 1011100 | 1000011 | 101 | 101011000 | 1011010 | 110011 |
Color Harmonies of #F31350
Complementary color
Monochromatic Colors of #F31350
Black with #F31350
Text Example
Text Example
White with #F31350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31350; }
p { color: rgb(243,19,80); }
H1.HeaderClassName
{
color: #F31350;
}
.AnyTagClassName
{
color: #F31350;
}
</style>
background-color css
<style>
a { background-color: #F31350; }
a { background-color: rgb(243,19,80); }
div.DivClassName
{
background-color: #F31350;
}
.BgClassName
{
background-color: #F31350;
}
</style>
border-color css
<style>
span { border-color: #F31350; }
span { border-color: rgb(243,19,80); }
td.TdClassName
{
border-color: #F31350;
}
.TagClassName
{
border-color: #F31350;
}
</style>