Shades of Razzmatazz #F3095A
Tints of Razzmatazz #F3095A
RGB
CMYK
RGB Variations
Color information
#F3095A (or 0xF3095A) is known color: Razzmatazz. HEX triplet: F3, 09 and 5A. RGB value is (243,9,90). Sum of RGB (Red+Green+Blue) = 243+9+90=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F3095A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3095A is #0CF6A5. Grayscale: #585858. Windows color (decimal): -849574 or 5900787. OLE color: 5900787.
HSL color Cylindrical-coordinate representation of color #F3095A: hue angle of 339.23º 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 #F3095A is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 90 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.05 |
| HSL | 339.23º | 0.93% | 0.49% | - |
| HSV(B) | 339.23º | 0.96% | 0.95% | - |
| XYZ | 38.91 | 19.99 | 11.48 | - |
| YUV | 88.2 | 129.02 | 238.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 90 | 0 | 0.96 | 0.63 | 0.05 | 339.23 | 0.93 | 0.49 |
| Hex | F3 | 9 | 5A | 0 | 60 | 3F | 5 | 153 | 5D | 31 |
| Octal | 363 | 11 | 132 | 0 | 140 | 77 | 5 | 523 | 135 | 61 |
| Binary | 11110011 | 1001 | 1011010 | 0 | 1100000 | 111111 | 101 | 101010011 | 1011101 | 110001 |
Color Harmonies of #F3095A
Complementary color
Monochromatic Colors of #F3095A
Black with #F3095A
Text Example
Text Example
White with #F3095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3095A; }
p { color: rgb(243,9,90); }
H1.HeaderClassName
{
color: #F3095A;
}
.AnyTagClassName
{
color: #F3095A;
}
</style>
background-color css
<style>
a { background-color: #F3095A; }
a { background-color: rgb(243,9,90); }
div.DivClassName
{
background-color: #F3095A;
}
.BgClassName
{
background-color: #F3095A;
}
</style>
border-color css
<style>
span { border-color: #F3095A; }
span { border-color: rgb(243,9,90); }
td.TdClassName
{
border-color: #F3095A;
}
.TagClassName
{
border-color: #F3095A;
}
</style>