Shades of Razzmatazz #FA095B
Tints of Razzmatazz #FA095B
RGB
CMYK
RGB Variations
Color information
#FA095B (or 0xFA095B) is known color: Razzmatazz. HEX triplet: FA, 09 and 5B. RGB value is (250,9,91). Sum of RGB (Red+Green+Blue) = 250+9+91=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA095B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA095B is #05F6A4. Grayscale: #5A5A5A. Windows color (decimal): -390821 or 5966330. OLE color: 5966330.
HSL color Cylindrical-coordinate representation of color #FA095B: hue angle of 339.59º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA095B is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 91 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.02 |
| HSL | 339.59º | 0.96% | 0.51% | - |
| HSV(B) | 339.59º | 0.96% | 0.98% | - |
| XYZ | 41.41 | 21.27 | 11.82 | - |
| YUV | 90.41 | 128.34 | 241.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 91 | 0 | 0.96 | 0.64 | 0.02 | 339.59 | 0.96 | 0.51 |
| Hex | FA | 9 | 5B | 0 | 60 | 40 | 2 | 154 | 60 | 33 |
| Octal | 372 | 11 | 133 | 0 | 140 | 100 | 2 | 524 | 140 | 63 |
| Binary | 11111010 | 1001 | 1011011 | 0 | 1100000 | 1000000 | 10 | 101010100 | 1100000 | 110011 |
Color Harmonies of #FA095B
Complementary color
Monochromatic Colors of #FA095B
Black with #FA095B
Text Example
Text Example
White with #FA095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA095B; }
p { color: rgb(250,9,91); }
H1.HeaderClassName
{
color: #FA095B;
}
.AnyTagClassName
{
color: #FA095B;
}
</style>
background-color css
<style>
a { background-color: #FA095B; }
a { background-color: rgb(250,9,91); }
div.DivClassName
{
background-color: #FA095B;
}
.BgClassName
{
background-color: #FA095B;
}
</style>
border-color css
<style>
span { border-color: #FA095B; }
span { border-color: rgb(250,9,91); }
td.TdClassName
{
border-color: #FA095B;
}
.TagClassName
{
border-color: #FA095B;
}
</style>