Shades of Violet Red #F8397B
Tints of Violet Red #F8397B
RGB
CMYK
RGB Variations
Color information
#F8397B (or 0xF8397B) is known color: Violet Red. HEX triplet: F8, 39 and 7B. RGB value is (248,57,123). Sum of RGB (Red+Green+Blue) = 248+57+123=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F8397B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8397B is #07C684. Grayscale: #797979. Windows color (decimal): -509573 or 8075768. OLE color: 8075768.
HSL color Cylindrical-coordinate representation of color #F8397B: hue angle of 339.27º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8397B is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 57 | 123 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.03 |
| HSL | 339.27º | 0.93% | 0.6% | - |
| HSV(B) | 339.27º | 0.77% | 0.97% | - |
| XYZ | 43.75 | 24.31 | 21.13 | - |
| YUV | 121.63 | 128.78 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 57 | 123 | 0 | 0.77 | 0.50 | 0.03 | 339.27 | 0.93 | 0.6 |
| Hex | F8 | 39 | 7B | 0 | 4D | 32 | 3 | 153 | 5D | 3C |
| Octal | 370 | 71 | 173 | 0 | 115 | 62 | 3 | 523 | 135 | 74 |
| Binary | 11111000 | 111001 | 1111011 | 0 | 1001101 | 110010 | 11 | 101010011 | 1011101 | 111100 |
Color Harmonies of #F8397B
Complementary color
Monochromatic Colors of #F8397B
Black with #F8397B
Text Example
Text Example
White with #F8397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8397B; }
p { color: rgb(248,57,123); }
H1.HeaderClassName
{
color: #F8397B;
}
.AnyTagClassName
{
color: #F8397B;
}
</style>
background-color css
<style>
a { background-color: #F8397B; }
a { background-color: rgb(248,57,123); }
div.DivClassName
{
background-color: #F8397B;
}
.BgClassName
{
background-color: #F8397B;
}
</style>
border-color css
<style>
span { border-color: #F8397B; }
span { border-color: rgb(248,57,123); }
td.TdClassName
{
border-color: #F8397B;
}
.TagClassName
{
border-color: #F8397B;
}
</style>