Shades of Razzmatazz #F3095C
Tints of Razzmatazz #F3095C
RGB
CMYK
RGB Variations
Color information
#F3095C (or 0xF3095C) is known color: Razzmatazz. HEX triplet: F3, 09 and 5C. RGB value is (243,9,92). Sum of RGB (Red+Green+Blue) = 243+9+92=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F3095C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3095C is #0CF6A3. Grayscale: #585858. Windows color (decimal): -849572 or 6031859. OLE color: 6031859.
HSL color Cylindrical-coordinate representation of color #F3095C: hue angle of 338.72º 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 #F3095C is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 92 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.05 |
| HSL | 338.72º | 0.93% | 0.49% | - |
| HSV(B) | 338.72º | 0.96% | 0.95% | - |
| XYZ | 38.99 | 20.02 | 11.93 | - |
| YUV | 88.43 | 130.02 | 238.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 92 | 0 | 0.96 | 0.62 | 0.05 | 338.72 | 0.93 | 0.49 |
| Hex | F3 | 9 | 5C | 0 | 60 | 3E | 5 | 153 | 5D | 31 |
| Octal | 363 | 11 | 134 | 0 | 140 | 76 | 5 | 523 | 135 | 61 |
| Binary | 11110011 | 1001 | 1011100 | 0 | 1100000 | 111110 | 101 | 101010011 | 1011101 | 110001 |
Color Harmonies of #F3095C
Complementary color
Monochromatic Colors of #F3095C
Black with #F3095C
Text Example
Text Example
White with #F3095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3095C; }
p { color: rgb(243,9,92); }
H1.HeaderClassName
{
color: #F3095C;
}
.AnyTagClassName
{
color: #F3095C;
}
</style>
background-color css
<style>
a { background-color: #F3095C; }
a { background-color: rgb(243,9,92); }
div.DivClassName
{
background-color: #F3095C;
}
.BgClassName
{
background-color: #F3095C;
}
</style>
border-color css
<style>
span { border-color: #F3095C; }
span { border-color: rgb(243,9,92); }
td.TdClassName
{
border-color: #F3095C;
}
.TagClassName
{
border-color: #F3095C;
}
</style>