Shades of Razzmatazz #F61263
Tints of Razzmatazz #F61263
RGB
CMYK
RGB Variations
Color information
#F61263 (or 0xF61263) is known color: Razzmatazz. HEX triplet: F6, 12 and 63. RGB value is (246,18,99). Sum of RGB (Red+Green+Blue) = 246+18+99=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F61263 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61263 is #09ED9C. Grayscale: #5F5F5F. Windows color (decimal): -650653 or 6492918. OLE color: 6492918.
HSL color Cylindrical-coordinate representation of color #F61263: hue angle of 338.68º 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 #F61263 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 99 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.04 |
| HSL | 338.68º | 0.93% | 0.52% | - |
| HSV(B) | 338.68º | 0.93% | 0.96% | - |
| XYZ | 40.47 | 20.93 | 13.71 | - |
| YUV | 95.41 | 130.04 | 235.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 99 | 0 | 0.93 | 0.60 | 0.04 | 338.68 | 0.93 | 0.52 |
| Hex | F6 | 12 | 63 | 0 | 5D | 3C | 4 | 153 | 5D | 34 |
| Octal | 366 | 22 | 143 | 0 | 135 | 74 | 4 | 523 | 135 | 64 |
| Binary | 11110110 | 10010 | 1100011 | 0 | 1011101 | 111100 | 100 | 101010011 | 1011101 | 110100 |
Color Harmonies of #F61263
Complementary color
Monochromatic Colors of #F61263
Black with #F61263
Text Example
Text Example
White with #F61263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61263; }
p { color: rgb(246,18,99); }
H1.HeaderClassName
{
color: #F61263;
}
.AnyTagClassName
{
color: #F61263;
}
</style>
background-color css
<style>
a { background-color: #F61263; }
a { background-color: rgb(246,18,99); }
div.DivClassName
{
background-color: #F61263;
}
.BgClassName
{
background-color: #F61263;
}
</style>
border-color css
<style>
span { border-color: #F61263; }
span { border-color: rgb(246,18,99); }
td.TdClassName
{
border-color: #F61263;
}
.TagClassName
{
border-color: #F61263;
}
</style>