Shades of Razzmatazz #F5035C
Tints of Razzmatazz #F5035C
RGB
CMYK
RGB Variations
Color information
#F5035C (or 0xF5035C) is known color: Razzmatazz. HEX triplet: F5, 03 and 5C. RGB value is (245,3,92). Sum of RGB (Red+Green+Blue) = 245+3+92=340 (45% of max value = 765). Red value is 245 (96.09% from 255 or 72.06% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 245 - color contains mainly: red. Hex color #F5035C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5035C is #0AFCA3. Grayscale: #555555. Windows color (decimal): -720036 or 6030325. OLE color: 6030325.
HSL color Cylindrical-coordinate representation of color #F5035C: hue angle of 337.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5035C is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 92 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.04 |
| HSL | 337.93º | 0.98% | 0.49% | - |
| HSV(B) | 337.93º | 0.99% | 0.96% | - |
| XYZ | 39.62 | 20.25 | 11.95 | - |
| YUV | 85.5 | 131.67 | 241.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 92 | 0 | 0.99 | 0.62 | 0.04 | 337.93 | 0.98 | 0.49 |
| Hex | F5 | 3 | 5C | 0 | 63 | 3E | 4 | 152 | 62 | 31 |
| Octal | 365 | 3 | 134 | 0 | 143 | 76 | 4 | 522 | 142 | 61 |
| Binary | 11110101 | 11 | 1011100 | 0 | 1100011 | 111110 | 100 | 101010010 | 1100010 | 110001 |
Color Harmonies of #F5035C
Complementary color
Monochromatic Colors of #F5035C
Black with #F5035C
Text Example
Text Example
White with #F5035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5035C; }
p { color: rgb(245,3,92); }
H1.HeaderClassName
{
color: #F5035C;
}
.AnyTagClassName
{
color: #F5035C;
}
</style>
background-color css
<style>
a { background-color: #F5035C; }
a { background-color: rgb(245,3,92); }
div.DivClassName
{
background-color: #F5035C;
}
.BgClassName
{
background-color: #F5035C;
}
</style>
border-color css
<style>
span { border-color: #F5035C; }
span { border-color: rgb(245,3,92); }
td.TdClassName
{
border-color: #F5035C;
}
.TagClassName
{
border-color: #F5035C;
}
</style>