Shades of Razzmatazz #F2025A
Tints of Razzmatazz #F2025A
RGB
CMYK
RGB Variations
Color information
#F2025A (or 0xF2025A) is known color: Razzmatazz. HEX triplet: F2, 02 and 5A. RGB value is (242,2,90). Sum of RGB (Red+Green+Blue) = 242+2+90=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F2025A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2025A is #0DFDA5. Grayscale: #535353. Windows color (decimal): -916902 or 5898994. OLE color: 5898994.
HSL color Cylindrical-coordinate representation of color #F2025A: hue angle of 338º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2025A is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.05 |
| HSL | 338º | 0.98% | 0.48% | - |
| HSV(B) | 338º | 0.99% | 0.95% | - |
| XYZ | 38.49 | 19.66 | 11.44 | - |
| YUV | 83.79 | 131.51 | 240.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 90 | 0 | 0.99 | 0.63 | 0.05 | 338 | 0.98 | 0.48 |
| Hex | F2 | 2 | 5A | 0 | 63 | 3F | 5 | 152 | 62 | 30 |
| Octal | 362 | 2 | 132 | 0 | 143 | 77 | 5 | 522 | 142 | 60 |
| Binary | 11110010 | 10 | 1011010 | 0 | 1100011 | 111111 | 101 | 101010010 | 1100010 | 110000 |
Color Harmonies of #F2025A
Complementary color
Monochromatic Colors of #F2025A
Black with #F2025A
Text Example
Text Example
White with #F2025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2025A; }
p { color: rgb(242,2,90); }
H1.HeaderClassName
{
color: #F2025A;
}
.AnyTagClassName
{
color: #F2025A;
}
</style>
background-color css
<style>
a { background-color: #F2025A; }
a { background-color: rgb(242,2,90); }
div.DivClassName
{
background-color: #F2025A;
}
.BgClassName
{
background-color: #F2025A;
}
</style>
border-color css
<style>
span { border-color: #F2025A; }
span { border-color: rgb(242,2,90); }
td.TdClassName
{
border-color: #F2025A;
}
.TagClassName
{
border-color: #F2025A;
}
</style>