Shades of Razzmatazz #FA115C
Tints of Razzmatazz #FA115C
RGB
CMYK
RGB Variations
Color information
#FA115C (or 0xFA115C) is known color: Razzmatazz. HEX triplet: FA, 11 and 5C. RGB value is (250,17,92). Sum of RGB (Red+Green+Blue) = 250+17+92=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA115C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA115C is #05EEA3. Grayscale: #5F5F5F. Windows color (decimal): -388772 or 6033914. OLE color: 6033914.
HSL color Cylindrical-coordinate representation of color #FA115C: hue angle of 340.69º 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 #FA115C is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 92 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.02 |
| HSL | 340.69º | 0.96% | 0.52% | - |
| HSV(B) | 340.69º | 0.93% | 0.98% | - |
| XYZ | 41.56 | 21.5 | 12.08 | - |
| YUV | 95.22 | 126.19 | 238.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 92 | 0 | 0.93 | 0.63 | 0.02 | 340.69 | 0.96 | 0.52 |
| Hex | FA | 11 | 5C | 0 | 5D | 3F | 2 | 155 | 60 | 34 |
| Octal | 372 | 21 | 134 | 0 | 135 | 77 | 2 | 525 | 140 | 64 |
| Binary | 11111010 | 10001 | 1011100 | 0 | 1011101 | 111111 | 10 | 101010101 | 1100000 | 110100 |
Color Harmonies of #FA115C
Complementary color
Monochromatic Colors of #FA115C
Black with #FA115C
Text Example
Text Example
White with #FA115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA115C; }
p { color: rgb(250,17,92); }
H1.HeaderClassName
{
color: #FA115C;
}
.AnyTagClassName
{
color: #FA115C;
}
</style>
background-color css
<style>
a { background-color: #FA115C; }
a { background-color: rgb(250,17,92); }
div.DivClassName
{
background-color: #FA115C;
}
.BgClassName
{
background-color: #FA115C;
}
</style>
border-color css
<style>
span { border-color: #FA115C; }
span { border-color: rgb(250,17,92); }
td.TdClassName
{
border-color: #FA115C;
}
.TagClassName
{
border-color: #FA115C;
}
</style>