Shades of Razzmatazz #FA145C
Tints of Razzmatazz #FA145C
RGB
CMYK
RGB Variations
Color information
#FA145C (or 0xFA145C) is known color: Razzmatazz. HEX triplet: FA, 14 and 5C. RGB value is (250,20,92). Sum of RGB (Red+Green+Blue) = 250+20+92=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA145C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA145C is #05EBA3. Grayscale: #606060. Windows color (decimal): -388004 or 6034682. OLE color: 6034682.
HSL color Cylindrical-coordinate representation of color #FA145C: hue angle of 341.22º 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 #FA145C is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 92 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.02 |
| HSL | 341.22º | 0.96% | 0.53% | - |
| HSV(B) | 341.22º | 0.92% | 0.98% | - |
| XYZ | 41.61 | 21.6 | 12.1 | - |
| YUV | 96.98 | 125.2 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 92 | 0 | 0.92 | 0.63 | 0.02 | 341.22 | 0.96 | 0.53 |
| Hex | FA | 14 | 5C | 0 | 5C | 3F | 2 | 155 | 60 | 35 |
| Octal | 372 | 24 | 134 | 0 | 134 | 77 | 2 | 525 | 140 | 65 |
| Binary | 11111010 | 10100 | 1011100 | 0 | 1011100 | 111111 | 10 | 101010101 | 1100000 | 110101 |
Color Harmonies of #FA145C
Complementary color
Monochromatic Colors of #FA145C
Black with #FA145C
Text Example
Text Example
White with #FA145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA145C; }
p { color: rgb(250,20,92); }
H1.HeaderClassName
{
color: #FA145C;
}
.AnyTagClassName
{
color: #FA145C;
}
</style>
background-color css
<style>
a { background-color: #FA145C; }
a { background-color: rgb(250,20,92); }
div.DivClassName
{
background-color: #FA145C;
}
.BgClassName
{
background-color: #FA145C;
}
</style>
border-color css
<style>
span { border-color: #FA145C; }
span { border-color: rgb(250,20,92); }
td.TdClassName
{
border-color: #FA145C;
}
.TagClassName
{
border-color: #FA145C;
}
</style>