Shades of Razzmatazz #F7025A
Tints of Razzmatazz #F7025A
RGB
CMYK
RGB Variations
Color information
#F7025A (or 0xF7025A) is known color: Razzmatazz. HEX triplet: F7, 02 and 5A. RGB value is (247,2,90). Sum of RGB (Red+Green+Blue) = 247+2+90=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F7025A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7025A is #08FDA5. Grayscale: #555555. Windows color (decimal): -589222 or 5898999. OLE color: 5898999.
HSL color Cylindrical-coordinate representation of color #F7025A: hue angle of 338.45º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7025A is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.03 |
| HSL | 338.45º | 0.98% | 0.49% | - |
| HSV(B) | 338.45º | 0.99% | 0.97% | - |
| XYZ | 40.22 | 20.56 | 11.52 | - |
| YUV | 85.29 | 130.67 | 243.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 90 | 0 | 0.99 | 0.64 | 0.03 | 338.45 | 0.98 | 0.49 |
| Hex | F7 | 2 | 5A | 0 | 63 | 40 | 3 | 152 | 62 | 31 |
| Octal | 367 | 2 | 132 | 0 | 143 | 100 | 3 | 522 | 142 | 61 |
| Binary | 11110111 | 10 | 1011010 | 0 | 1100011 | 1000000 | 11 | 101010010 | 1100010 | 110001 |
Color Harmonies of #F7025A
Complementary color
Monochromatic Colors of #F7025A
Black with #F7025A
Text Example
Text Example
White with #F7025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7025A; }
p { color: rgb(247,2,90); }
H1.HeaderClassName
{
color: #F7025A;
}
.AnyTagClassName
{
color: #F7025A;
}
</style>
background-color css
<style>
a { background-color: #F7025A; }
a { background-color: rgb(247,2,90); }
div.DivClassName
{
background-color: #F7025A;
}
.BgClassName
{
background-color: #F7025A;
}
</style>
border-color css
<style>
span { border-color: #F7025A; }
span { border-color: rgb(247,2,90); }
td.TdClassName
{
border-color: #F7025A;
}
.TagClassName
{
border-color: #F7025A;
}
</style>