Shades of Razzmatazz #F2084A
Tints of Razzmatazz #F2084A
RGB
CMYK
RGB Variations
Color information
#F2084A (or 0xF2084A) is known color: Razzmatazz. HEX triplet: F2, 08 and 4A. RGB value is (242,8,74). Sum of RGB (Red+Green+Blue) = 242+8+74=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F2084A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2084A is #0DF7B5. Grayscale: #555555. Windows color (decimal): -915382 or 4851954. OLE color: 4851954.
HSL color Cylindrical-coordinate representation of color #F2084A: hue angle of 343.08º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2084A is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 74 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.05 |
| HSL | 343.08º | 0.94% | 0.49% | - |
| HSV(B) | 343.08º | 0.97% | 0.95% | - |
| XYZ | 37.94 | 19.55 | 8.25 | - |
| YUV | 85.49 | 121.52 | 239.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 74 | 0 | 0.97 | 0.69 | 0.05 | 343.08 | 0.94 | 0.49 |
| Hex | F2 | 8 | 4A | 0 | 61 | 45 | 5 | 157 | 5E | 31 |
| Octal | 362 | 10 | 112 | 0 | 141 | 105 | 5 | 527 | 136 | 61 |
| Binary | 11110010 | 1000 | 1001010 | 0 | 1100001 | 1000101 | 101 | 101010111 | 1011110 | 110001 |
Color Harmonies of #F2084A
Complementary color
Monochromatic Colors of #F2084A
Black with #F2084A
Text Example
Text Example
White with #F2084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2084A; }
p { color: rgb(242,8,74); }
H1.HeaderClassName
{
color: #F2084A;
}
.AnyTagClassName
{
color: #F2084A;
}
</style>
background-color css
<style>
a { background-color: #F2084A; }
a { background-color: rgb(242,8,74); }
div.DivClassName
{
background-color: #F2084A;
}
.BgClassName
{
background-color: #F2084A;
}
</style>
border-color css
<style>
span { border-color: #F2084A; }
span { border-color: rgb(242,8,74); }
td.TdClassName
{
border-color: #F2084A;
}
.TagClassName
{
border-color: #F2084A;
}
</style>