Shades of Razzmatazz #F90268
Tints of Razzmatazz #F90268
RGB
CMYK
RGB Variations
Color information
#F90268 (or 0xF90268) is known color: Razzmatazz. HEX triplet: F9, 02 and 68. RGB value is (249,2,104). Sum of RGB (Red+Green+Blue) = 249+2+104=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F90268 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90268 is #06FD97. Grayscale: #575757. Windows color (decimal): -458136 or 6816505. OLE color: 6816505.
HSL color Cylindrical-coordinate representation of color #F90268: hue angle of 335.22º 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 #F90268 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.02 |
| HSL | 335.22º | 0.98% | 0.49% | - |
| HSV(B) | 335.22º | 0.99% | 0.98% | - |
| XYZ | 41.59 | 21.18 | 14.99 | - |
| YUV | 87.48 | 137.33 | 243.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 104 | 0 | 0.99 | 0.58 | 0.02 | 335.22 | 0.98 | 0.49 |
| Hex | F9 | 2 | 68 | 0 | 63 | 3A | 2 | 14F | 62 | 31 |
| Octal | 371 | 2 | 150 | 0 | 143 | 72 | 2 | 517 | 142 | 61 |
| Binary | 11111001 | 10 | 1101000 | 0 | 1100011 | 111010 | 10 | 101001111 | 1100010 | 110001 |
Color Harmonies of #F90268
Complementary color
Monochromatic Colors of #F90268
Black with #F90268
Text Example
Text Example
White with #F90268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90268; }
p { color: rgb(249,2,104); }
H1.HeaderClassName
{
color: #F90268;
}
.AnyTagClassName
{
color: #F90268;
}
</style>
background-color css
<style>
a { background-color: #F90268; }
a { background-color: rgb(249,2,104); }
div.DivClassName
{
background-color: #F90268;
}
.BgClassName
{
background-color: #F90268;
}
</style>
border-color css
<style>
span { border-color: #F90268; }
span { border-color: rgb(249,2,104); }
td.TdClassName
{
border-color: #F90268;
}
.TagClassName
{
border-color: #F90268;
}
</style>