Shades of Razzmatazz #F2095C
Tints of Razzmatazz #F2095C
RGB
CMYK
RGB Variations
Color information
#F2095C (or 0xF2095C) is known color: Razzmatazz. HEX triplet: F2, 09 and 5C. RGB value is (242,9,92). Sum of RGB (Red+Green+Blue) = 242+9+92=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F2095C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2095C is #0DF6A3. Grayscale: #585858. Windows color (decimal): -915108 or 6031858. OLE color: 6031858.
HSL color Cylindrical-coordinate representation of color #F2095C: hue angle of 338.63º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2095C is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 92 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.05 |
| HSL | 338.63º | 0.93% | 0.49% | - |
| HSV(B) | 338.63º | 0.96% | 0.95% | - |
| XYZ | 38.65 | 19.85 | 11.92 | - |
| YUV | 88.13 | 130.19 | 237.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 92 | 0 | 0.96 | 0.62 | 0.05 | 338.63 | 0.93 | 0.49 |
| Hex | F2 | 9 | 5C | 0 | 60 | 3E | 5 | 153 | 5D | 31 |
| Octal | 362 | 11 | 134 | 0 | 140 | 76 | 5 | 523 | 135 | 61 |
| Binary | 11110010 | 1001 | 1011100 | 0 | 1100000 | 111110 | 101 | 101010011 | 1011101 | 110001 |
Color Harmonies of #F2095C
Complementary color
Monochromatic Colors of #F2095C
Black with #F2095C
Text Example
Text Example
White with #F2095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2095C; }
p { color: rgb(242,9,92); }
H1.HeaderClassName
{
color: #F2095C;
}
.AnyTagClassName
{
color: #F2095C;
}
</style>
background-color css
<style>
a { background-color: #F2095C; }
a { background-color: rgb(242,9,92); }
div.DivClassName
{
background-color: #F2095C;
}
.BgClassName
{
background-color: #F2095C;
}
</style>
border-color css
<style>
span { border-color: #F2095C; }
span { border-color: rgb(242,9,92); }
td.TdClassName
{
border-color: #F2095C;
}
.TagClassName
{
border-color: #F2095C;
}
</style>