Shades of Violet Red #F8357B
Tints of Violet Red #F8357B
RGB
CMYK
RGB Variations
Color information
#F8357B (or 0xF8357B) is known color: Violet Red. HEX triplet: F8, 35 and 7B. RGB value is (248,53,123). Sum of RGB (Red+Green+Blue) = 248+53+123=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F8357B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8357B is #07CA84. Grayscale: #777777. Windows color (decimal): -510597 or 8074744. OLE color: 8074744.
HSL color Cylindrical-coordinate representation of color #F8357B: hue angle of 338.46º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F8357B is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 53 | 123 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.03 |
| HSL | 338.46º | 0.93% | 0.59% | - |
| HSV(B) | 338.46º | 0.79% | 0.97% | - |
| XYZ | 43.56 | 23.93 | 21.06 | - |
| YUV | 119.29 | 130.1 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 53 | 123 | 0 | 0.79 | 0.50 | 0.03 | 338.46 | 0.93 | 0.59 |
| Hex | F8 | 35 | 7B | 0 | 4F | 32 | 3 | 152 | 5D | 3B |
| Octal | 370 | 65 | 173 | 0 | 117 | 62 | 3 | 522 | 135 | 73 |
| Binary | 11111000 | 110101 | 1111011 | 0 | 1001111 | 110010 | 11 | 101010010 | 1011101 | 111011 |
Color Harmonies of #F8357B
Complementary color
Monochromatic Colors of #F8357B
Black with #F8357B
Text Example
Text Example
White with #F8357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8357B; }
p { color: rgb(248,53,123); }
H1.HeaderClassName
{
color: #F8357B;
}
.AnyTagClassName
{
color: #F8357B;
}
</style>
background-color css
<style>
a { background-color: #F8357B; }
a { background-color: rgb(248,53,123); }
div.DivClassName
{
background-color: #F8357B;
}
.BgClassName
{
background-color: #F8357B;
}
</style>
border-color css
<style>
span { border-color: #F8357B; }
span { border-color: rgb(248,53,123); }
td.TdClassName
{
border-color: #F8357B;
}
.TagClassName
{
border-color: #F8357B;
}
</style>