Shades of Razzmatazz #FA145D
Tints of Razzmatazz #FA145D
RGB
CMYK
RGB Variations
Color information
#FA145D (or 0xFA145D) is known color: Razzmatazz. HEX triplet: FA, 14 and 5D. RGB value is (250,20,93). Sum of RGB (Red+Green+Blue) = 250+20+93=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA145D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA145D is #05EBA2. Grayscale: #616161. Windows color (decimal): -388003 or 6100218. OLE color: 6100218.
HSL color Cylindrical-coordinate representation of color #FA145D: hue angle of 340.96º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA145D is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 93 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.02 |
| HSL | 340.96º | 0.96% | 0.53% | - |
| HSV(B) | 340.96º | 0.92% | 0.98% | - |
| XYZ | 41.65 | 21.61 | 12.33 | - |
| YUV | 97.09 | 125.7 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 93 | 0 | 0.92 | 0.63 | 0.02 | 340.96 | 0.96 | 0.53 |
| Hex | FA | 14 | 5D | 0 | 5C | 3F | 2 | 155 | 60 | 35 |
| Octal | 372 | 24 | 135 | 0 | 134 | 77 | 2 | 525 | 140 | 65 |
| Binary | 11111010 | 10100 | 1011101 | 0 | 1011100 | 111111 | 10 | 101010101 | 1100000 | 110101 |
Color Harmonies of #FA145D
Complementary color
Monochromatic Colors of #FA145D
Black with #FA145D
Text Example
Text Example
White with #FA145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA145D; }
p { color: rgb(250,20,93); }
H1.HeaderClassName
{
color: #FA145D;
}
.AnyTagClassName
{
color: #FA145D;
}
</style>
background-color css
<style>
a { background-color: #FA145D; }
a { background-color: rgb(250,20,93); }
div.DivClassName
{
background-color: #FA145D;
}
.BgClassName
{
background-color: #FA145D;
}
</style>
border-color css
<style>
span { border-color: #FA145D; }
span { border-color: rgb(250,20,93); }
td.TdClassName
{
border-color: #FA145D;
}
.TagClassName
{
border-color: #FA145D;
}
</style>