Shades of Violet Red #F8438C
Tints of Violet Red #F8438C
RGB
CMYK
RGB Variations
Color information
#F8438C (or 0xF8438C) is known color: Violet Red. HEX triplet: F8, 43 and 8C. RGB value is (248,67,140). Sum of RGB (Red+Green+Blue) = 248+67+140=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F8438C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8438C is #07BC73. Grayscale: #818181. Windows color (decimal): -506996 or 9192440. OLE color: 9192440.
HSL color Cylindrical-coordinate representation of color #F8438C: hue angle of 335.8º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8438C is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 140 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.03 |
| HSL | 335.8º | 0.93% | 0.62% | - |
| HSV(B) | 335.8º | 0.73% | 0.97% | - |
| XYZ | 45.45 | 25.86 | 27.41 | - |
| YUV | 129.44 | 133.97 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 140 | 0 | 0.73 | 0.44 | 0.03 | 335.8 | 0.93 | 0.62 |
| Hex | F8 | 43 | 8C | 0 | 49 | 2C | 3 | 150 | 5D | 3E |
| Octal | 370 | 103 | 214 | 0 | 111 | 54 | 3 | 520 | 135 | 76 |
| Binary | 11111000 | 1000011 | 10001100 | 0 | 1001001 | 101100 | 11 | 101010000 | 1011101 | 111110 |
Color Harmonies of #F8438C
Complementary color
Monochromatic Colors of #F8438C
Black with #F8438C
Text Example
Text Example
White with #F8438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8438C; }
p { color: rgb(248,67,140); }
H1.HeaderClassName
{
color: #F8438C;
}
.AnyTagClassName
{
color: #F8438C;
}
</style>
background-color css
<style>
a { background-color: #F8438C; }
a { background-color: rgb(248,67,140); }
div.DivClassName
{
background-color: #F8438C;
}
.BgClassName
{
background-color: #F8438C;
}
</style>
border-color css
<style>
span { border-color: #F8438C; }
span { border-color: rgb(248,67,140); }
td.TdClassName
{
border-color: #F8438C;
}
.TagClassName
{
border-color: #F8438C;
}
</style>