Shades of Razzmatazz #F61253
Tints of Razzmatazz #F61253
RGB
CMYK
RGB Variations
Color information
#F61253 (or 0xF61253) is known color: Razzmatazz. HEX triplet: F6, 12 and 53. RGB value is (246,18,83). Sum of RGB (Red+Green+Blue) = 246+18+83=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F61253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61253 is #09EDAC. Grayscale: #5D5D5D. Windows color (decimal): -650669 or 5444342. OLE color: 5444342.
HSL color Cylindrical-coordinate representation of color #F61253: hue angle of 342.89º 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 #F61253 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 83 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.04 |
| HSL | 342.89º | 0.93% | 0.52% | - |
| HSV(B) | 342.89º | 0.93% | 0.96% | - |
| XYZ | 39.78 | 20.65 | 10.07 | - |
| YUV | 93.58 | 122.04 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 83 | 0 | 0.93 | 0.66 | 0.04 | 342.89 | 0.93 | 0.52 |
| Hex | F6 | 12 | 53 | 0 | 5D | 42 | 4 | 157 | 5D | 34 |
| Octal | 366 | 22 | 123 | 0 | 135 | 102 | 4 | 527 | 135 | 64 |
| Binary | 11110110 | 10010 | 1010011 | 0 | 1011101 | 1000010 | 100 | 101010111 | 1011101 | 110100 |
Color Harmonies of #F61253
Complementary color
Monochromatic Colors of #F61253
Black with #F61253
Text Example
Text Example
White with #F61253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61253; }
p { color: rgb(246,18,83); }
H1.HeaderClassName
{
color: #F61253;
}
.AnyTagClassName
{
color: #F61253;
}
</style>
background-color css
<style>
a { background-color: #F61253; }
a { background-color: rgb(246,18,83); }
div.DivClassName
{
background-color: #F61253;
}
.BgClassName
{
background-color: #F61253;
}
</style>
border-color css
<style>
span { border-color: #F61253; }
span { border-color: rgb(246,18,83); }
td.TdClassName
{
border-color: #F61253;
}
.TagClassName
{
border-color: #F61253;
}
</style>