Shades of Razzmatazz #F31450
Tints of Razzmatazz #F31450
RGB
CMYK
RGB Variations
Color information
#F31450 (or 0xF31450) is known color: Razzmatazz. HEX triplet: F3, 14 and 50. RGB value is (243,20,80). Sum of RGB (Red+Green+Blue) = 243+20+80=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F31450 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31450 is #0CEBAF. Grayscale: #5D5D5D. Windows color (decimal): -846768 or 5248243. OLE color: 5248243.
HSL color Cylindrical-coordinate representation of color #F31450: hue angle of 343.86º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31450 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 80 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.05 |
| HSL | 343.86º | 0.9% | 0.52% | - |
| HSV(B) | 343.86º | 0.92% | 0.95% | - |
| XYZ | 38.66 | 20.13 | 9.44 | - |
| YUV | 93.52 | 120.38 | 234.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 80 | 0 | 0.92 | 0.67 | 0.05 | 343.86 | 0.9 | 0.52 |
| Hex | F3 | 14 | 50 | 0 | 5C | 43 | 5 | 158 | 5A | 34 |
| Octal | 363 | 24 | 120 | 0 | 134 | 103 | 5 | 530 | 132 | 64 |
| Binary | 11110011 | 10100 | 1010000 | 0 | 1011100 | 1000011 | 101 | 101011000 | 1011010 | 110100 |
Color Harmonies of #F31450
Complementary color
Monochromatic Colors of #F31450
Black with #F31450
Text Example
Text Example
White with #F31450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31450; }
p { color: rgb(243,20,80); }
H1.HeaderClassName
{
color: #F31450;
}
.AnyTagClassName
{
color: #F31450;
}
</style>
background-color css
<style>
a { background-color: #F31450; }
a { background-color: rgb(243,20,80); }
div.DivClassName
{
background-color: #F31450;
}
.BgClassName
{
background-color: #F31450;
}
</style>
border-color css
<style>
span { border-color: #F31450; }
span { border-color: rgb(243,20,80); }
td.TdClassName
{
border-color: #F31450;
}
.TagClassName
{
border-color: #F31450;
}
</style>