Shades of Razzmatazz #FA095D
Tints of Razzmatazz #FA095D
RGB
CMYK
RGB Variations
Color information
#FA095D (or 0xFA095D) is known color: Razzmatazz. HEX triplet: FA, 09 and 5D. RGB value is (250,9,93). Sum of RGB (Red+Green+Blue) = 250+9+93=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA095D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA095D is #05F6A2. Grayscale: #5A5A5A. Windows color (decimal): -390819 or 6097402. OLE color: 6097402.
HSL color Cylindrical-coordinate representation of color #FA095D: hue angle of 339.09º 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 #FA095D is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.02 |
| HSL | 339.09º | 0.96% | 0.51% | - |
| HSV(B) | 339.09º | 0.96% | 0.98% | - |
| XYZ | 41.5 | 21.31 | 12.28 | - |
| YUV | 90.64 | 129.34 | 241.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 93 | 0 | 0.96 | 0.63 | 0.02 | 339.09 | 0.96 | 0.51 |
| Hex | FA | 9 | 5D | 0 | 60 | 3F | 2 | 153 | 60 | 33 |
| Octal | 372 | 11 | 135 | 0 | 140 | 77 | 2 | 523 | 140 | 63 |
| Binary | 11111010 | 1001 | 1011101 | 0 | 1100000 | 111111 | 10 | 101010011 | 1100000 | 110011 |
Color Harmonies of #FA095D
Complementary color
Monochromatic Colors of #FA095D
Black with #FA095D
Text Example
Text Example
White with #FA095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA095D; }
p { color: rgb(250,9,93); }
H1.HeaderClassName
{
color: #FA095D;
}
.AnyTagClassName
{
color: #FA095D;
}
</style>
background-color css
<style>
a { background-color: #FA095D; }
a { background-color: rgb(250,9,93); }
div.DivClassName
{
background-color: #FA095D;
}
.BgClassName
{
background-color: #FA095D;
}
</style>
border-color css
<style>
span { border-color: #FA095D; }
span { border-color: rgb(250,9,93); }
td.TdClassName
{
border-color: #FA095D;
}
.TagClassName
{
border-color: #FA095D;
}
</style>