Shades of Razzmatazz #F5025A
Tints of Razzmatazz #F5025A
RGB
CMYK
RGB Variations
Color information
#F5025A (or 0xF5025A) is known color: Razzmatazz. HEX triplet: F5, 02 and 5A. RGB value is (245,2,90). Sum of RGB (Red+Green+Blue) = 245+2+90=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F5025A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5025A is #0AFDA5. Grayscale: #545454. Windows color (decimal): -720294 or 5898997. OLE color: 5898997.
HSL color Cylindrical-coordinate representation of color #F5025A: hue angle of 338.27º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5025A is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.04 |
| HSL | 338.27º | 0.98% | 0.48% | - |
| HSV(B) | 338.27º | 0.99% | 0.96% | - |
| XYZ | 39.52 | 20.19 | 11.49 | - |
| YUV | 84.69 | 131.01 | 242.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 90 | 0 | 0.99 | 0.63 | 0.04 | 338.27 | 0.98 | 0.48 |
| Hex | F5 | 2 | 5A | 0 | 63 | 3F | 4 | 152 | 62 | 30 |
| Octal | 365 | 2 | 132 | 0 | 143 | 77 | 4 | 522 | 142 | 60 |
| Binary | 11110101 | 10 | 1011010 | 0 | 1100011 | 111111 | 100 | 101010010 | 1100010 | 110000 |
Color Harmonies of #F5025A
Complementary color
Monochromatic Colors of #F5025A
Black with #F5025A
Text Example
Text Example
White with #F5025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5025A; }
p { color: rgb(245,2,90); }
H1.HeaderClassName
{
color: #F5025A;
}
.AnyTagClassName
{
color: #F5025A;
}
</style>
background-color css
<style>
a { background-color: #F5025A; }
a { background-color: rgb(245,2,90); }
div.DivClassName
{
background-color: #F5025A;
}
.BgClassName
{
background-color: #F5025A;
}
</style>
border-color css
<style>
span { border-color: #F5025A; }
span { border-color: rgb(245,2,90); }
td.TdClassName
{
border-color: #F5025A;
}
.TagClassName
{
border-color: #F5025A;
}
</style>