Shades of Razzmatazz #F9075A
Tints of Razzmatazz #F9075A
RGB
CMYK
RGB Variations
Color information
#F9075A (or 0xF9075A) is known color: Razzmatazz. HEX triplet: F9, 07 and 5A. RGB value is (249,7,90). Sum of RGB (Red+Green+Blue) = 249+7+90=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F9075A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9075A is #06F8A5. Grayscale: #585858. Windows color (decimal): -456870 or 5900281. OLE color: 5900281.
HSL color Cylindrical-coordinate representation of color #F9075A: hue angle of 339.42º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F9075A is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 90 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.02 |
| HSL | 339.42º | 0.95% | 0.5% | - |
| HSV(B) | 339.42º | 0.97% | 0.98% | - |
| XYZ | 40.99 | 21.03 | 11.57 | - |
| YUV | 88.82 | 128.67 | 242.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 90 | 0 | 0.97 | 0.64 | 0.02 | 339.42 | 0.95 | 0.5 |
| Hex | F9 | 7 | 5A | 0 | 61 | 40 | 2 | 153 | 5F | 32 |
| Octal | 371 | 7 | 132 | 0 | 141 | 100 | 2 | 523 | 137 | 62 |
| Binary | 11111001 | 111 | 1011010 | 0 | 1100001 | 1000000 | 10 | 101010011 | 1011111 | 110010 |
Color Harmonies of #F9075A
Complementary color
Monochromatic Colors of #F9075A
Black with #F9075A
Text Example
Text Example
White with #F9075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9075A; }
p { color: rgb(249,7,90); }
H1.HeaderClassName
{
color: #F9075A;
}
.AnyTagClassName
{
color: #F9075A;
}
</style>
background-color css
<style>
a { background-color: #F9075A; }
a { background-color: rgb(249,7,90); }
div.DivClassName
{
background-color: #F9075A;
}
.BgClassName
{
background-color: #F9075A;
}
</style>
border-color css
<style>
span { border-color: #F9075A; }
span { border-color: rgb(249,7,90); }
td.TdClassName
{
border-color: #F9075A;
}
.TagClassName
{
border-color: #F9075A;
}
</style>