Shades of Razzmatazz #F5055A
Tints of Razzmatazz #F5055A
RGB
CMYK
RGB Variations
Color information
#F5055A (or 0xF5055A) is known color: Razzmatazz. HEX triplet: F5, 05 and 5A. RGB value is (245,5,90). Sum of RGB (Red+Green+Blue) = 245+5+90=340 (45% of max value = 765). Red value is 245 (96.09% from 255 or 72.06% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 245 - color contains mainly: red. Hex color #F5055A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5055A is #0AFAA5. Grayscale: #565656. Windows color (decimal): -719526 or 5899765. OLE color: 5899765.
HSL color Cylindrical-coordinate representation of color #F5055A: hue angle of 338.75º degrees, saturation: 0.96, 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 #F5055A is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 90 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.04 |
| HSL | 338.75º | 0.96% | 0.49% | - |
| HSV(B) | 338.75º | 0.98% | 0.96% | - |
| XYZ | 39.56 | 20.26 | 11.5 | - |
| YUV | 86.45 | 130.01 | 241.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 90 | 0 | 0.98 | 0.63 | 0.04 | 338.75 | 0.96 | 0.49 |
| Hex | F5 | 5 | 5A | 0 | 62 | 3F | 4 | 153 | 60 | 31 |
| Octal | 365 | 5 | 132 | 0 | 142 | 77 | 4 | 523 | 140 | 61 |
| Binary | 11110101 | 101 | 1011010 | 0 | 1100010 | 111111 | 100 | 101010011 | 1100000 | 110001 |
Color Harmonies of #F5055A
Complementary color
Monochromatic Colors of #F5055A
Black with #F5055A
Text Example
Text Example
White with #F5055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5055A; }
p { color: rgb(245,5,90); }
H1.HeaderClassName
{
color: #F5055A;
}
.AnyTagClassName
{
color: #F5055A;
}
</style>
background-color css
<style>
a { background-color: #F5055A; }
a { background-color: rgb(245,5,90); }
div.DivClassName
{
background-color: #F5055A;
}
.BgClassName
{
background-color: #F5055A;
}
</style>
border-color css
<style>
span { border-color: #F5055A; }
span { border-color: rgb(245,5,90); }
td.TdClassName
{
border-color: #F5055A;
}
.TagClassName
{
border-color: #F5055A;
}
</style>