Shades of Violet Red #FA4488
Tints of Violet Red #FA4488
RGB
CMYK
RGB Variations
Color information
#FA4488 (or 0xFA4488) is known color: Violet Red. HEX triplet: FA, 44 and 88. RGB value is (250,68,136). Sum of RGB (Red+Green+Blue) = 250+68+136=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4488 is #05BB77. Grayscale: #828282. Windows color (decimal): -375672 or 8930554. OLE color: 8930554.
HSL color Cylindrical-coordinate representation of color #FA4488: hue angle of 337.58º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA4488 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 136 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.02 |
| HSL | 337.58º | 0.95% | 0.62% | - |
| HSV(B) | 337.58º | 0.73% | 0.98% | - |
| XYZ | 45.94 | 26.24 | 25.94 | - |
| YUV | 130.17 | 131.3 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 136 | 0 | 0.73 | 0.46 | 0.02 | 337.58 | 0.95 | 0.62 |
| Hex | FA | 44 | 88 | 0 | 49 | 2E | 2 | 152 | 5F | 3E |
| Octal | 372 | 104 | 210 | 0 | 111 | 56 | 2 | 522 | 137 | 76 |
| Binary | 11111010 | 1000100 | 10001000 | 0 | 1001001 | 101110 | 10 | 101010010 | 1011111 | 111110 |
Color Harmonies of #FA4488
Complementary color
Monochromatic Colors of #FA4488
Black with #FA4488
Text Example
Text Example
White with #FA4488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4488; }
p { color: rgb(250,68,136); }
H1.HeaderClassName
{
color: #FA4488;
}
.AnyTagClassName
{
color: #FA4488;
}
</style>
background-color css
<style>
a { background-color: #FA4488; }
a { background-color: rgb(250,68,136); }
div.DivClassName
{
background-color: #FA4488;
}
.BgClassName
{
background-color: #FA4488;
}
</style>
border-color css
<style>
span { border-color: #FA4488; }
span { border-color: rgb(250,68,136); }
td.TdClassName
{
border-color: #FA4488;
}
.TagClassName
{
border-color: #FA4488;
}
</style>