Shades of Razzmatazz #F90655
Tints of Razzmatazz #F90655
RGB
CMYK
RGB Variations
Color information
#F90655 (or 0xF90655) is known color: Razzmatazz. HEX triplet: F9, 06 and 55. RGB value is (249,6,85). Sum of RGB (Red+Green+Blue) = 249+6+85=340 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.24% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 249 - color contains mainly: red. Hex color #F90655 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90655 is #06F9AA. Grayscale: #575757. Windows color (decimal): -457131 or 5572345. OLE color: 5572345.
HSL color Cylindrical-coordinate representation of color #F90655: hue angle of 340.49º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90655 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 85 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.02 |
| HSL | 340.49º | 0.95% | 0.5% | - |
| HSV(B) | 340.49º | 0.98% | 0.98% | - |
| XYZ | 40.77 | 20.93 | 10.48 | - |
| YUV | 87.66 | 126.51 | 243.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 85 | 0 | 0.98 | 0.66 | 0.02 | 340.49 | 0.95 | 0.5 |
| Hex | F9 | 6 | 55 | 0 | 62 | 42 | 2 | 154 | 5F | 32 |
| Octal | 371 | 6 | 125 | 0 | 142 | 102 | 2 | 524 | 137 | 62 |
| Binary | 11111001 | 110 | 1010101 | 0 | 1100010 | 1000010 | 10 | 101010100 | 1011111 | 110010 |
Color Harmonies of #F90655
Complementary color
Monochromatic Colors of #F90655
Black with #F90655
Text Example
Text Example
White with #F90655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90655; }
p { color: rgb(249,6,85); }
H1.HeaderClassName
{
color: #F90655;
}
.AnyTagClassName
{
color: #F90655;
}
</style>
background-color css
<style>
a { background-color: #F90655; }
a { background-color: rgb(249,6,85); }
div.DivClassName
{
background-color: #F90655;
}
.BgClassName
{
background-color: #F90655;
}
</style>
border-color css
<style>
span { border-color: #F90655; }
span { border-color: rgb(249,6,85); }
td.TdClassName
{
border-color: #F90655;
}
.TagClassName
{
border-color: #F90655;
}
</style>