Shades of Razzmatazz #F31461
Tints of Razzmatazz #F31461
RGB
CMYK
RGB Variations
Color information
#F31461 (or 0xF31461) is known color: Razzmatazz. HEX triplet: F3, 14 and 61. RGB value is (243,20,97). Sum of RGB (Red+Green+Blue) = 243+20+97=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F31461 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31461 is #0CEB9E. Grayscale: #5F5F5F. Windows color (decimal): -846751 or 6362355. OLE color: 6362355.
HSL color Cylindrical-coordinate representation of color #F31461: hue angle of 339.28º 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 #F31461 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 97 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.05 |
| HSL | 339.28º | 0.9% | 0.52% | - |
| HSV(B) | 339.28º | 0.92% | 0.95% | - |
| XYZ | 39.37 | 20.42 | 13.18 | - |
| YUV | 95.46 | 128.88 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 97 | 0 | 0.92 | 0.60 | 0.05 | 339.28 | 0.9 | 0.52 |
| Hex | F3 | 14 | 61 | 0 | 5C | 3C | 5 | 153 | 5A | 34 |
| Octal | 363 | 24 | 141 | 0 | 134 | 74 | 5 | 523 | 132 | 64 |
| Binary | 11110011 | 10100 | 1100001 | 0 | 1011100 | 111100 | 101 | 101010011 | 1011010 | 110100 |
Color Harmonies of #F31461
Complementary color
Monochromatic Colors of #F31461
Black with #F31461
Text Example
Text Example
White with #F31461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31461; }
p { color: rgb(243,20,97); }
H1.HeaderClassName
{
color: #F31461;
}
.AnyTagClassName
{
color: #F31461;
}
</style>
background-color css
<style>
a { background-color: #F31461; }
a { background-color: rgb(243,20,97); }
div.DivClassName
{
background-color: #F31461;
}
.BgClassName
{
background-color: #F31461;
}
</style>
border-color css
<style>
span { border-color: #F31461; }
span { border-color: rgb(243,20,97); }
td.TdClassName
{
border-color: #F31461;
}
.TagClassName
{
border-color: #F31461;
}
</style>