Shades of Razzmatazz #F9025C
Tints of Razzmatazz #F9025C
RGB
CMYK
RGB Variations
Color information
#F9025C (or 0xF9025C) is known color: Razzmatazz. HEX triplet: F9, 02 and 5C. RGB value is (249,2,92). Sum of RGB (Red+Green+Blue) = 249+2+92=343 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.59% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 249 - color contains mainly: red. Hex color #F9025C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9025C is #06FDA3. Grayscale: #565656. Windows color (decimal): -458148 or 6030073. OLE color: 6030073.
HSL color Cylindrical-coordinate representation of color #F9025C: hue angle of 338.14º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9025C is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.02 |
| HSL | 338.14º | 0.98% | 0.49% | - |
| HSV(B) | 338.14º | 0.99% | 0.98% | - |
| XYZ | 41.02 | 20.96 | 12.01 | - |
| YUV | 86.11 | 131.33 | 244.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 92 | 0 | 0.99 | 0.63 | 0.02 | 338.14 | 0.98 | 0.49 |
| Hex | F9 | 2 | 5C | 0 | 63 | 3F | 2 | 152 | 62 | 31 |
| Octal | 371 | 2 | 134 | 0 | 143 | 77 | 2 | 522 | 142 | 61 |
| Binary | 11111001 | 10 | 1011100 | 0 | 1100011 | 111111 | 10 | 101010010 | 1100010 | 110001 |
Color Harmonies of #F9025C
Complementary color
Monochromatic Colors of #F9025C
Black with #F9025C
Text Example
Text Example
White with #F9025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9025C; }
p { color: rgb(249,2,92); }
H1.HeaderClassName
{
color: #F9025C;
}
.AnyTagClassName
{
color: #F9025C;
}
</style>
background-color css
<style>
a { background-color: #F9025C; }
a { background-color: rgb(249,2,92); }
div.DivClassName
{
background-color: #F9025C;
}
.BgClassName
{
background-color: #F9025C;
}
</style>
border-color css
<style>
span { border-color: #F9025C; }
span { border-color: rgb(249,2,92); }
td.TdClassName
{
border-color: #F9025C;
}
.TagClassName
{
border-color: #F9025C;
}
</style>