Shades of Razzmatazz #F5095D
Tints of Razzmatazz #F5095D
RGB
CMYK
RGB Variations
Color information
#F5095D (or 0xF5095D) is known color: Razzmatazz. HEX triplet: F5, 09 and 5D. RGB value is (245,9,93). Sum of RGB (Red+Green+Blue) = 245+9+93=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F5095D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5095D is #0AF6A2. Grayscale: #595959. Windows color (decimal): -718499 or 6097397. OLE color: 6097397.
HSL color Cylindrical-coordinate representation of color #F5095D: hue angle of 338.64º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5095D is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.04 |
| HSL | 338.64º | 0.93% | 0.5% | - |
| HSV(B) | 338.64º | 0.96% | 0.96% | - |
| XYZ | 39.73 | 20.4 | 12.2 | - |
| YUV | 89.14 | 130.19 | 239.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 93 | 0 | 0.96 | 0.62 | 0.04 | 338.64 | 0.93 | 0.5 |
| Hex | F5 | 9 | 5D | 0 | 60 | 3E | 4 | 153 | 5D | 32 |
| Octal | 365 | 11 | 135 | 0 | 140 | 76 | 4 | 523 | 135 | 62 |
| Binary | 11110101 | 1001 | 1011101 | 0 | 1100000 | 111110 | 100 | 101010011 | 1011101 | 110010 |
Color Harmonies of #F5095D
Complementary color
Monochromatic Colors of #F5095D
Black with #F5095D
Text Example
Text Example
White with #F5095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5095D; }
p { color: rgb(245,9,93); }
H1.HeaderClassName
{
color: #F5095D;
}
.AnyTagClassName
{
color: #F5095D;
}
</style>
background-color css
<style>
a { background-color: #F5095D; }
a { background-color: rgb(245,9,93); }
div.DivClassName
{
background-color: #F5095D;
}
.BgClassName
{
background-color: #F5095D;
}
</style>
border-color css
<style>
span { border-color: #F5095D; }
span { border-color: rgb(245,9,93); }
td.TdClassName
{
border-color: #F5095D;
}
.TagClassName
{
border-color: #F5095D;
}
</style>