Shades of Razzmatazz #F90152
Tints of Razzmatazz #F90152
RGB
CMYK
RGB Variations
Color information
#F90152 (or 0xF90152) is known color: Razzmatazz. HEX triplet: F9, 01 and 52. RGB value is (249,1,82). Sum of RGB (Red+Green+Blue) = 249+1+82=332 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 249 - color contains mainly: red. Hex color #F90152 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90152 is #06FEAD. Grayscale: #545454. Windows color (decimal): -458414 or 5374457. OLE color: 5374457.
HSL color Cylindrical-coordinate representation of color #F90152: hue angle of 340.4º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90152 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 82 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.02 |
| HSL | 340.4º | 0.99% | 0.49% | - |
| HSV(B) | 340.4º | 1% | 0.98% | - |
| XYZ | 40.6 | 20.77 | 9.85 | - |
| YUV | 84.39 | 126.66 | 245.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 82 | 0 | 1.00 | 0.67 | 0.02 | 340.4 | 0.99 | 0.49 |
| Hex | F9 | 1 | 52 | 0 | 64 | 43 | 2 | 154 | 63 | 31 |
| Octal | 371 | 1 | 122 | 0 | 144 | 103 | 2 | 524 | 143 | 61 |
| Binary | 11111001 | 1 | 1010010 | 0 | 1100100 | 1000011 | 10 | 101010100 | 1100011 | 110001 |
Color Harmonies of #F90152
Complementary color
Monochromatic Colors of #F90152
Black with #F90152
Text Example
Text Example
White with #F90152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90152; }
p { color: rgb(249,1,82); }
H1.HeaderClassName
{
color: #F90152;
}
.AnyTagClassName
{
color: #F90152;
}
</style>
background-color css
<style>
a { background-color: #F90152; }
a { background-color: rgb(249,1,82); }
div.DivClassName
{
background-color: #F90152;
}
.BgClassName
{
background-color: #F90152;
}
</style>
border-color css
<style>
span { border-color: #F90152; }
span { border-color: rgb(249,1,82); }
td.TdClassName
{
border-color: #F90152;
}
.TagClassName
{
border-color: #F90152;
}
</style>