Shades of Razzmatazz #F61458
Tints of Razzmatazz #F61458
RGB
CMYK
RGB Variations
Color information
#F61458 (or 0xF61458) is known color: Razzmatazz. HEX triplet: F6, 14 and 58. RGB value is (246,20,88). Sum of RGB (Red+Green+Blue) = 246+20+88=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F61458 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61458 is #09EBA7. Grayscale: #5F5F5F. Windows color (decimal): -650152 or 5772534. OLE color: 5772534.
HSL color Cylindrical-coordinate representation of color #F61458: hue angle of 341.95º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61458 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 88 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.04 |
| HSL | 341.95º | 0.93% | 0.52% | - |
| HSV(B) | 341.95º | 0.92% | 0.96% | - |
| XYZ | 40.02 | 20.8 | 11.14 | - |
| YUV | 95.33 | 123.87 | 235.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 88 | 0 | 0.92 | 0.64 | 0.04 | 341.95 | 0.93 | 0.52 |
| Hex | F6 | 14 | 58 | 0 | 5C | 40 | 4 | 156 | 5D | 34 |
| Octal | 366 | 24 | 130 | 0 | 134 | 100 | 4 | 526 | 135 | 64 |
| Binary | 11110110 | 10100 | 1011000 | 0 | 1011100 | 1000000 | 100 | 101010110 | 1011101 | 110100 |
Color Harmonies of #F61458
Complementary color
Monochromatic Colors of #F61458
Black with #F61458
Text Example
Text Example
White with #F61458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61458; }
p { color: rgb(246,20,88); }
H1.HeaderClassName
{
color: #F61458;
}
.AnyTagClassName
{
color: #F61458;
}
</style>
background-color css
<style>
a { background-color: #F61458; }
a { background-color: rgb(246,20,88); }
div.DivClassName
{
background-color: #F61458;
}
.BgClassName
{
background-color: #F61458;
}
</style>
border-color css
<style>
span { border-color: #F61458; }
span { border-color: rgb(246,20,88); }
td.TdClassName
{
border-color: #F61458;
}
.TagClassName
{
border-color: #F61458;
}
</style>