Shades of Razzmatazz #F20474
Tints of Razzmatazz #F20474
RGB
CMYK
RGB Variations
Color information
#F20474 (or 0xF20474) is known color: Razzmatazz. HEX triplet: F2, 04 and 74. RGB value is (242,4,116). Sum of RGB (Red+Green+Blue) = 242+4+116=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F20474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20474 is #0DFB8B. Grayscale: #575757. Windows color (decimal): -916364 or 7603442. OLE color: 7603442.
HSL color Cylindrical-coordinate representation of color #F20474: hue angle of 331.76º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20474 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 116 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.05 |
| HSL | 331.76º | 0.97% | 0.48% | - |
| HSV(B) | 331.76º | 0.98% | 0.95% | - |
| XYZ | 39.81 | 20.23 | 18.33 | - |
| YUV | 87.93 | 143.85 | 237.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 116 | 0 | 0.98 | 0.52 | 0.05 | 331.76 | 0.97 | 0.48 |
| Hex | F2 | 4 | 74 | 0 | 62 | 34 | 5 | 14C | 61 | 30 |
| Octal | 362 | 4 | 164 | 0 | 142 | 64 | 5 | 514 | 141 | 60 |
| Binary | 11110010 | 100 | 1110100 | 0 | 1100010 | 110100 | 101 | 101001100 | 1100001 | 110000 |
Color Harmonies of #F20474
Complementary color
Monochromatic Colors of #F20474
Black with #F20474
Text Example
Text Example
White with #F20474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20474; }
p { color: rgb(242,4,116); }
H1.HeaderClassName
{
color: #F20474;
}
.AnyTagClassName
{
color: #F20474;
}
</style>
background-color css
<style>
a { background-color: #F20474; }
a { background-color: rgb(242,4,116); }
div.DivClassName
{
background-color: #F20474;
}
.BgClassName
{
background-color: #F20474;
}
</style>
border-color css
<style>
span { border-color: #F20474; }
span { border-color: rgb(242,4,116); }
td.TdClassName
{
border-color: #F20474;
}
.TagClassName
{
border-color: #F20474;
}
</style>