Shades of Razzmatazz #F5045A
Tints of Razzmatazz #F5045A
RGB
CMYK
RGB Variations
Color information
#F5045A (or 0xF5045A) is known color: Razzmatazz. HEX triplet: F5, 04 and 5A. RGB value is (245,4,90). Sum of RGB (Red+Green+Blue) = 245+4+90=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F5045A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5045A is #0AFBA5. Grayscale: #555555. Windows color (decimal): -719782 or 5899509. OLE color: 5899509.
HSL color Cylindrical-coordinate representation of color #F5045A: hue angle of 338.59º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5045A is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.04 |
| HSL | 338.59º | 0.97% | 0.49% | - |
| HSV(B) | 338.59º | 0.98% | 0.96% | - |
| XYZ | 39.55 | 20.24 | 11.49 | - |
| YUV | 85.86 | 130.34 | 241.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 90 | 0 | 0.98 | 0.63 | 0.04 | 338.59 | 0.97 | 0.49 |
| Hex | F5 | 4 | 5A | 0 | 62 | 3F | 4 | 153 | 61 | 31 |
| Octal | 365 | 4 | 132 | 0 | 142 | 77 | 4 | 523 | 141 | 61 |
| Binary | 11110101 | 100 | 1011010 | 0 | 1100010 | 111111 | 100 | 101010011 | 1100001 | 110001 |
Color Harmonies of #F5045A
Complementary color
Monochromatic Colors of #F5045A
Black with #F5045A
Text Example
Text Example
White with #F5045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5045A; }
p { color: rgb(245,4,90); }
H1.HeaderClassName
{
color: #F5045A;
}
.AnyTagClassName
{
color: #F5045A;
}
</style>
background-color css
<style>
a { background-color: #F5045A; }
a { background-color: rgb(245,4,90); }
div.DivClassName
{
background-color: #F5045A;
}
.BgClassName
{
background-color: #F5045A;
}
</style>
border-color css
<style>
span { border-color: #F5045A; }
span { border-color: rgb(245,4,90); }
td.TdClassName
{
border-color: #F5045A;
}
.TagClassName
{
border-color: #F5045A;
}
</style>