Shades of Razzmatazz #FA145F
Tints of Razzmatazz #FA145F
RGB
CMYK
RGB Variations
Color information
#FA145F (or 0xFA145F) is known color: Razzmatazz. HEX triplet: FA, 14 and 5F. RGB value is (250,20,95). Sum of RGB (Red+Green+Blue) = 250+20+95=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA145F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA145F is #05EBA0. Grayscale: #616161. Windows color (decimal): -388001 or 6231290. OLE color: 6231290.
HSL color Cylindrical-coordinate representation of color #FA145F: hue angle of 340.43º 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 #FA145F is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 95 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.02 |
| HSL | 340.43º | 0.96% | 0.53% | - |
| HSV(B) | 340.43º | 0.92% | 0.98% | - |
| XYZ | 41.74 | 21.65 | 12.81 | - |
| YUV | 97.32 | 126.7 | 236.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 95 | 0 | 0.92 | 0.62 | 0.02 | 340.43 | 0.96 | 0.53 |
| Hex | FA | 14 | 5F | 0 | 5C | 3E | 2 | 154 | 60 | 35 |
| Octal | 372 | 24 | 137 | 0 | 134 | 76 | 2 | 524 | 140 | 65 |
| Binary | 11111010 | 10100 | 1011111 | 0 | 1011100 | 111110 | 10 | 101010100 | 1100000 | 110101 |
Color Harmonies of #FA145F
Complementary color
Monochromatic Colors of #FA145F
Black with #FA145F
Text Example
Text Example
White with #FA145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA145F; }
p { color: rgb(250,20,95); }
H1.HeaderClassName
{
color: #FA145F;
}
.AnyTagClassName
{
color: #FA145F;
}
</style>
background-color css
<style>
a { background-color: #FA145F; }
a { background-color: rgb(250,20,95); }
div.DivClassName
{
background-color: #FA145F;
}
.BgClassName
{
background-color: #FA145F;
}
</style>
border-color css
<style>
span { border-color: #FA145F; }
span { border-color: rgb(250,20,95); }
td.TdClassName
{
border-color: #FA145F;
}
.TagClassName
{
border-color: #FA145F;
}
</style>