Shades of Razzmatazz #F90256
Tints of Razzmatazz #F90256
RGB
CMYK
RGB Variations
Color information
#F90256 (or 0xF90256) is known color: Razzmatazz. HEX triplet: F9, 02 and 56. RGB value is (249,2,86). Sum of RGB (Red+Green+Blue) = 249+2+86=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F90256 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90256 is #06FDA9. Grayscale: #555555. Windows color (decimal): -458154 or 5636857. OLE color: 5636857.
HSL color Cylindrical-coordinate representation of color #F90256: hue angle of 339.6º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90256 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.02 |
| HSL | 339.6º | 0.98% | 0.49% | - |
| HSV(B) | 339.6º | 0.99% | 0.98% | - |
| XYZ | 40.77 | 20.86 | 10.68 | - |
| YUV | 85.43 | 128.33 | 244.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 86 | 0 | 0.99 | 0.65 | 0.02 | 339.6 | 0.98 | 0.49 |
| Hex | F9 | 2 | 56 | 0 | 63 | 41 | 2 | 154 | 62 | 31 |
| Octal | 371 | 2 | 126 | 0 | 143 | 101 | 2 | 524 | 142 | 61 |
| Binary | 11111001 | 10 | 1010110 | 0 | 1100011 | 1000001 | 10 | 101010100 | 1100010 | 110001 |
Color Harmonies of #F90256
Complementary color
Monochromatic Colors of #F90256
Black with #F90256
Text Example
Text Example
White with #F90256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90256; }
p { color: rgb(249,2,86); }
H1.HeaderClassName
{
color: #F90256;
}
.AnyTagClassName
{
color: #F90256;
}
</style>
background-color css
<style>
a { background-color: #F90256; }
a { background-color: rgb(249,2,86); }
div.DivClassName
{
background-color: #F90256;
}
.BgClassName
{
background-color: #F90256;
}
</style>
border-color css
<style>
span { border-color: #F90256; }
span { border-color: rgb(249,2,86); }
td.TdClassName
{
border-color: #F90256;
}
.TagClassName
{
border-color: #F90256;
}
</style>