Shades of Razzmatazz #F31364
Tints of Razzmatazz #F31364
RGB
CMYK
RGB Variations
Color information
#F31364 (or 0xF31364) is known color: Razzmatazz. HEX triplet: F3, 13 and 64. RGB value is (243,19,100). Sum of RGB (Red+Green+Blue) = 243+19+100=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F31364 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31364 is #0CEC9B. Grayscale: #5F5F5F. Windows color (decimal): -847004 or 6558707. OLE color: 6558707.
HSL color Cylindrical-coordinate representation of color #F31364: hue angle of 338.3º 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 #F31364 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 100 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.05 |
| HSL | 338.3º | 0.9% | 0.51% | - |
| HSV(B) | 338.3º | 0.92% | 0.95% | - |
| XYZ | 39.5 | 20.44 | 13.92 | - |
| YUV | 95.21 | 130.71 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 100 | 0 | 0.92 | 0.59 | 0.05 | 338.3 | 0.9 | 0.51 |
| Hex | F3 | 13 | 64 | 0 | 5C | 3B | 5 | 152 | 5A | 33 |
| Octal | 363 | 23 | 144 | 0 | 134 | 73 | 5 | 522 | 132 | 63 |
| Binary | 11110011 | 10011 | 1100100 | 0 | 1011100 | 111011 | 101 | 101010010 | 1011010 | 110011 |
Color Harmonies of #F31364
Complementary color
Monochromatic Colors of #F31364
Black with #F31364
Text Example
Text Example
White with #F31364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31364; }
p { color: rgb(243,19,100); }
H1.HeaderClassName
{
color: #F31364;
}
.AnyTagClassName
{
color: #F31364;
}
</style>
background-color css
<style>
a { background-color: #F31364; }
a { background-color: rgb(243,19,100); }
div.DivClassName
{
background-color: #F31364;
}
.BgClassName
{
background-color: #F31364;
}
</style>
border-color css
<style>
span { border-color: #F31364; }
span { border-color: rgb(243,19,100); }
td.TdClassName
{
border-color: #F31364;
}
.TagClassName
{
border-color: #F31364;
}
</style>