Shades of Razzmatazz #F2005C
Tints of Razzmatazz #F2005C
RGB
CMYK
RGB Variations
Color information
#F2005C (or 0xF2005C) is known color: Razzmatazz. HEX triplet: F2, 00 and 5C. RGB value is (242,0,92). Sum of RGB (Red+Green+Blue) = 242+0+92=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F2005C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2005C is #0DFFA3. Grayscale: #525252. Windows color (decimal): -917412 or 6029554. OLE color: 6029554.
HSL color Cylindrical-coordinate representation of color #F2005C: hue angle of 337.19º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2005C is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.62 | 0.05 |
| HSL | 337.19º | 1% | 0.47% | - |
| HSV(B) | 337.19º | 1% | 0.95% | - |
| XYZ | 38.55 | 19.65 | 11.89 | - |
| YUV | 82.85 | 133.17 | 241.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 92 | 0 | 1 | 0.62 | 0.05 | 337.19 | 1 | 0.47 |
| Hex | F2 | 0 | 5C | 0 | 64 | 3E | 5 | 151 | 64 | 2F |
| Octal | 362 | 0 | 134 | 0 | 144 | 76 | 5 | 521 | 144 | 57 |
| Binary | 11110010 | 0 | 1011100 | 0 | 1100100 | 111110 | 101 | 101010001 | 1100100 | 101111 |
Color Harmonies of #F2005C
Complementary color
Monochromatic Colors of #F2005C
Black with #F2005C
Text Example
Text Example
White with #F2005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2005C; }
p { color: rgb(242,0,92); }
H1.HeaderClassName
{
color: #F2005C;
}
.AnyTagClassName
{
color: #F2005C;
}
</style>
background-color css
<style>
a { background-color: #F2005C; }
a { background-color: rgb(242,0,92); }
div.DivClassName
{
background-color: #F2005C;
}
.BgClassName
{
background-color: #F2005C;
}
</style>
border-color css
<style>
span { border-color: #F2005C; }
span { border-color: rgb(242,0,92); }
td.TdClassName
{
border-color: #F2005C;
}
.TagClassName
{
border-color: #F2005C;
}
</style>