Shades of Razzmatazz #FA115E
Tints of Razzmatazz #FA115E
RGB
CMYK
RGB Variations
Color information
#FA115E (or 0xFA115E) is known color: Razzmatazz. HEX triplet: FA, 11 and 5E. RGB value is (250,17,94). Sum of RGB (Red+Green+Blue) = 250+17+94=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA115E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA115E is #05EEA1. Grayscale: #5F5F5F. Windows color (decimal): -388770 or 6164986. OLE color: 6164986.
HSL color Cylindrical-coordinate representation of color #FA115E: hue angle of 340.17º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA115E is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 94 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.02 |
| HSL | 340.17º | 0.96% | 0.52% | - |
| HSV(B) | 340.17º | 0.93% | 0.98% | - |
| XYZ | 41.65 | 21.53 | 12.55 | - |
| YUV | 95.45 | 127.19 | 238.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 94 | 0 | 0.93 | 0.62 | 0.02 | 340.17 | 0.96 | 0.52 |
| Hex | FA | 11 | 5E | 0 | 5D | 3E | 2 | 154 | 60 | 34 |
| Octal | 372 | 21 | 136 | 0 | 135 | 76 | 2 | 524 | 140 | 64 |
| Binary | 11111010 | 10001 | 1011110 | 0 | 1011101 | 111110 | 10 | 101010100 | 1100000 | 110100 |
Color Harmonies of #FA115E
Complementary color
Monochromatic Colors of #FA115E
Black with #FA115E
Text Example
Text Example
White with #FA115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA115E; }
p { color: rgb(250,17,94); }
H1.HeaderClassName
{
color: #FA115E;
}
.AnyTagClassName
{
color: #FA115E;
}
</style>
background-color css
<style>
a { background-color: #FA115E; }
a { background-color: rgb(250,17,94); }
div.DivClassName
{
background-color: #FA115E;
}
.BgClassName
{
background-color: #FA115E;
}
</style>
border-color css
<style>
span { border-color: #FA115E; }
span { border-color: rgb(250,17,94); }
td.TdClassName
{
border-color: #FA115E;
}
.TagClassName
{
border-color: #FA115E;
}
</style>