Shades of Razzmatazz #F9135C
Tints of Razzmatazz #F9135C
RGB
CMYK
RGB Variations
Color information
#F9135C (or 0xF9135C) is known color: Razzmatazz. HEX triplet: F9, 13 and 5C. RGB value is (249,19,92). Sum of RGB (Red+Green+Blue) = 249+19+92=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F9135C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9135C is #06ECA3. Grayscale: #606060. Windows color (decimal): -453796 or 6034425. OLE color: 6034425.
HSL color Cylindrical-coordinate representation of color #F9135C: hue angle of 340.96º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9135C is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 92 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.02 |
| HSL | 340.96º | 0.95% | 0.53% | - |
| HSV(B) | 340.96º | 0.92% | 0.98% | - |
| XYZ | 41.23 | 21.38 | 12.08 | - |
| YUV | 96.09 | 125.7 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 92 | 0 | 0.92 | 0.63 | 0.02 | 340.96 | 0.95 | 0.53 |
| Hex | F9 | 13 | 5C | 0 | 5C | 3F | 2 | 155 | 5F | 35 |
| Octal | 371 | 23 | 134 | 0 | 134 | 77 | 2 | 525 | 137 | 65 |
| Binary | 11111001 | 10011 | 1011100 | 0 | 1011100 | 111111 | 10 | 101010101 | 1011111 | 110101 |
Color Harmonies of #F9135C
Complementary color
Monochromatic Colors of #F9135C
Black with #F9135C
Text Example
Text Example
White with #F9135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9135C; }
p { color: rgb(249,19,92); }
H1.HeaderClassName
{
color: #F9135C;
}
.AnyTagClassName
{
color: #F9135C;
}
</style>
background-color css
<style>
a { background-color: #F9135C; }
a { background-color: rgb(249,19,92); }
div.DivClassName
{
background-color: #F9135C;
}
.BgClassName
{
background-color: #F9135C;
}
</style>
border-color css
<style>
span { border-color: #F9135C; }
span { border-color: rgb(249,19,92); }
td.TdClassName
{
border-color: #F9135C;
}
.TagClassName
{
border-color: #F9135C;
}
</style>