Shades of Razzmatazz #F90253
Tints of Razzmatazz #F90253
RGB
CMYK
RGB Variations
Color information
#F90253 (or 0xF90253) is known color: Razzmatazz. HEX triplet: F9, 02 and 53. RGB value is (249,2,83). Sum of RGB (Red+Green+Blue) = 249+2+83=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F90253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90253 is #06FDAC. Grayscale: #555555. Windows color (decimal): -458157 or 5440249. OLE color: 5440249.
HSL color Cylindrical-coordinate representation of color #F90253: hue angle of 340.32º 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 #F90253 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.02 |
| HSL | 340.32º | 0.98% | 0.49% | - |
| HSV(B) | 340.32º | 0.99% | 0.98% | - |
| XYZ | 40.65 | 20.81 | 10.06 | - |
| YUV | 85.09 | 126.83 | 244.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 83 | 0 | 0.99 | 0.67 | 0.02 | 340.32 | 0.98 | 0.49 |
| Hex | F9 | 2 | 53 | 0 | 63 | 43 | 2 | 154 | 62 | 31 |
| Octal | 371 | 2 | 123 | 0 | 143 | 103 | 2 | 524 | 142 | 61 |
| Binary | 11111001 | 10 | 1010011 | 0 | 1100011 | 1000011 | 10 | 101010100 | 1100010 | 110001 |
Color Harmonies of #F90253
Complementary color
Monochromatic Colors of #F90253
Black with #F90253
Text Example
Text Example
White with #F90253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90253; }
p { color: rgb(249,2,83); }
H1.HeaderClassName
{
color: #F90253;
}
.AnyTagClassName
{
color: #F90253;
}
</style>
background-color css
<style>
a { background-color: #F90253; }
a { background-color: rgb(249,2,83); }
div.DivClassName
{
background-color: #F90253;
}
.BgClassName
{
background-color: #F90253;
}
</style>
border-color css
<style>
span { border-color: #F90253; }
span { border-color: rgb(249,2,83); }
td.TdClassName
{
border-color: #F90253;
}
.TagClassName
{
border-color: #F90253;
}
</style>