Shades of Razzmatazz #F61265
Tints of Razzmatazz #F61265
RGB
CMYK
RGB Variations
Color information
#F61265 (or 0xF61265) is known color: Razzmatazz. HEX triplet: F6, 12 and 65. RGB value is (246,18,101). Sum of RGB (Red+Green+Blue) = 246+18+101=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F61265 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61265 is #09ED9A. Grayscale: #5F5F5F. Windows color (decimal): -650651 or 6623990. OLE color: 6623990.
HSL color Cylindrical-coordinate representation of color #F61265: hue angle of 338.16º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61265 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 101 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.04 |
| HSL | 338.16º | 0.93% | 0.52% | - |
| HSV(B) | 338.16º | 0.93% | 0.96% | - |
| XYZ | 40.57 | 20.97 | 14.22 | - |
| YUV | 95.63 | 131.04 | 235.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 101 | 0 | 0.93 | 0.59 | 0.04 | 338.16 | 0.93 | 0.52 |
| Hex | F6 | 12 | 65 | 0 | 5D | 3B | 4 | 152 | 5D | 34 |
| Octal | 366 | 22 | 145 | 0 | 135 | 73 | 4 | 522 | 135 | 64 |
| Binary | 11110110 | 10010 | 1100101 | 0 | 1011101 | 111011 | 100 | 101010010 | 1011101 | 110100 |
Color Harmonies of #F61265
Complementary color
Monochromatic Colors of #F61265
Black with #F61265
Text Example
Text Example
White with #F61265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61265; }
p { color: rgb(246,18,101); }
H1.HeaderClassName
{
color: #F61265;
}
.AnyTagClassName
{
color: #F61265;
}
</style>
background-color css
<style>
a { background-color: #F61265; }
a { background-color: rgb(246,18,101); }
div.DivClassName
{
background-color: #F61265;
}
.BgClassName
{
background-color: #F61265;
}
</style>
border-color css
<style>
span { border-color: #F61265; }
span { border-color: rgb(246,18,101); }
td.TdClassName
{
border-color: #F61265;
}
.TagClassName
{
border-color: #F61265;
}
</style>