Shades of Razzmatazz #F31066
Tints of Razzmatazz #F31066
RGB
CMYK
RGB Variations
Color information
#F31066 (or 0xF31066) is known color: Razzmatazz. HEX triplet: F3, 10 and 66. RGB value is (243,16,102). Sum of RGB (Red+Green+Blue) = 243+16+102=361 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.31% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 243 - color contains mainly: red. Hex color #F31066 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31066 is #0CEF99. Grayscale: #5D5D5D. Windows color (decimal): -847770 or 6689011. OLE color: 6689011.
HSL color Cylindrical-coordinate representation of color #F31066: hue angle of 337.27º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31066 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 102 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.05 |
| HSL | 337.27º | 0.9% | 0.51% | - |
| HSV(B) | 337.27º | 0.93% | 0.95% | - |
| XYZ | 39.55 | 20.38 | 14.42 | - |
| YUV | 93.68 | 132.71 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 102 | 0 | 0.93 | 0.58 | 0.05 | 337.27 | 0.9 | 0.51 |
| Hex | F3 | 10 | 66 | 0 | 5D | 3A | 5 | 151 | 5A | 33 |
| Octal | 363 | 20 | 146 | 0 | 135 | 72 | 5 | 521 | 132 | 63 |
| Binary | 11110011 | 10000 | 1100110 | 0 | 1011101 | 111010 | 101 | 101010001 | 1011010 | 110011 |
Color Harmonies of #F31066
Complementary color
Monochromatic Colors of #F31066
Black with #F31066
Text Example
Text Example
White with #F31066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31066; }
p { color: rgb(243,16,102); }
H1.HeaderClassName
{
color: #F31066;
}
.AnyTagClassName
{
color: #F31066;
}
</style>
background-color css
<style>
a { background-color: #F31066; }
a { background-color: rgb(243,16,102); }
div.DivClassName
{
background-color: #F31066;
}
.BgClassName
{
background-color: #F31066;
}
</style>
border-color css
<style>
span { border-color: #F31066; }
span { border-color: rgb(243,16,102); }
td.TdClassName
{
border-color: #F31066;
}
.TagClassName
{
border-color: #F31066;
}
</style>