Shades of Razzmatazz #FA095F
Tints of Razzmatazz #FA095F
RGB
CMYK
RGB Variations
Color information
#FA095F (or 0xFA095F) is known color: Razzmatazz. HEX triplet: FA, 09 and 5F. RGB value is (250,9,95). Sum of RGB (Red+Green+Blue) = 250+9+95=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA095F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA095F is #05F6A0. Grayscale: #5A5A5A. Windows color (decimal): -390817 or 6228474. OLE color: 6228474.
HSL color Cylindrical-coordinate representation of color #FA095F: hue angle of 338.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 #FA095F is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 95 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.02 |
| HSL | 338.59º | 0.96% | 0.51% | - |
| HSV(B) | 338.59º | 0.96% | 0.98% | - |
| XYZ | 41.59 | 21.35 | 12.75 | - |
| YUV | 90.86 | 130.34 | 241.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 95 | 0 | 0.96 | 0.62 | 0.02 | 338.59 | 0.96 | 0.51 |
| Hex | FA | 9 | 5F | 0 | 60 | 3E | 2 | 153 | 60 | 33 |
| Octal | 372 | 11 | 137 | 0 | 140 | 76 | 2 | 523 | 140 | 63 |
| Binary | 11111010 | 1001 | 1011111 | 0 | 1100000 | 111110 | 10 | 101010011 | 1100000 | 110011 |
Color Harmonies of #FA095F
Complementary color
Monochromatic Colors of #FA095F
Black with #FA095F
Text Example
Text Example
White with #FA095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA095F; }
p { color: rgb(250,9,95); }
H1.HeaderClassName
{
color: #FA095F;
}
.AnyTagClassName
{
color: #FA095F;
}
</style>
background-color css
<style>
a { background-color: #FA095F; }
a { background-color: rgb(250,9,95); }
div.DivClassName
{
background-color: #FA095F;
}
.BgClassName
{
background-color: #FA095F;
}
</style>
border-color css
<style>
span { border-color: #FA095F; }
span { border-color: rgb(250,9,95); }
td.TdClassName
{
border-color: #FA095F;
}
.TagClassName
{
border-color: #FA095F;
}
</style>