Shades of Violet Red #F84385
Tints of Violet Red #F84385
RGB
CMYK
RGB Variations
Color information
#F84385 (or 0xF84385) is known color: Violet Red. HEX triplet: F8, 43 and 85. RGB value is (248,67,133). Sum of RGB (Red+Green+Blue) = 248+67+133=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F84385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84385 is #07BC7A. Grayscale: #808080. Windows color (decimal): -507003 or 8733688. OLE color: 8733688.
HSL color Cylindrical-coordinate representation of color #F84385: hue angle of 338.12º 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 #F84385 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 133 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.03 |
| HSL | 338.12º | 0.93% | 0.62% | - |
| HSV(B) | 338.12º | 0.73% | 0.97% | - |
| XYZ | 44.95 | 25.66 | 24.77 | - |
| YUV | 128.64 | 130.47 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 133 | 0 | 0.73 | 0.46 | 0.03 | 338.12 | 0.93 | 0.62 |
| Hex | F8 | 43 | 85 | 0 | 49 | 2E | 3 | 152 | 5D | 3E |
| Octal | 370 | 103 | 205 | 0 | 111 | 56 | 3 | 522 | 135 | 76 |
| Binary | 11111000 | 1000011 | 10000101 | 0 | 1001001 | 101110 | 11 | 101010010 | 1011101 | 111110 |
Color Harmonies of #F84385
Complementary color
Monochromatic Colors of #F84385
Black with #F84385
Text Example
Text Example
White with #F84385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84385; }
p { color: rgb(248,67,133); }
H1.HeaderClassName
{
color: #F84385;
}
.AnyTagClassName
{
color: #F84385;
}
</style>
background-color css
<style>
a { background-color: #F84385; }
a { background-color: rgb(248,67,133); }
div.DivClassName
{
background-color: #F84385;
}
.BgClassName
{
background-color: #F84385;
}
</style>
border-color css
<style>
span { border-color: #F84385; }
span { border-color: rgb(248,67,133); }
td.TdClassName
{
border-color: #F84385;
}
.TagClassName
{
border-color: #F84385;
}
</style>