Shades of Violet Red #F84274
Tints of Violet Red #F84274
RGB
CMYK
RGB Variations
Color information
#F84274 (or 0xF84274) is known color: Violet Red. HEX triplet: F8, 42 and 74. RGB value is (248,66,116). Sum of RGB (Red+Green+Blue) = 248+66+116=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F84274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84274 is #07BD8B. Grayscale: #7E7E7E. Windows color (decimal): -507276 or 7619320. OLE color: 7619320.
HSL color Cylindrical-coordinate representation of color #F84274: hue angle of 343.52º 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 #F84274 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 116 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.03 |
| HSL | 343.52º | 0.93% | 0.62% | - |
| HSV(B) | 343.52º | 0.73% | 0.97% | - |
| XYZ | 43.81 | 25.11 | 19.06 | - |
| YUV | 126.12 | 122.3 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 116 | 0 | 0.73 | 0.53 | 0.03 | 343.52 | 0.93 | 0.62 |
| Hex | F8 | 42 | 74 | 0 | 49 | 35 | 3 | 158 | 5D | 3E |
| Octal | 370 | 102 | 164 | 0 | 111 | 65 | 3 | 530 | 135 | 76 |
| Binary | 11111000 | 1000010 | 1110100 | 0 | 1001001 | 110101 | 11 | 101011000 | 1011101 | 111110 |
Color Harmonies of #F84274
Complementary color
Monochromatic Colors of #F84274
Black with #F84274
Text Example
Text Example
White with #F84274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84274; }
p { color: rgb(248,66,116); }
H1.HeaderClassName
{
color: #F84274;
}
.AnyTagClassName
{
color: #F84274;
}
</style>
background-color css
<style>
a { background-color: #F84274; }
a { background-color: rgb(248,66,116); }
div.DivClassName
{
background-color: #F84274;
}
.BgClassName
{
background-color: #F84274;
}
</style>
border-color css
<style>
span { border-color: #F84274; }
span { border-color: rgb(248,66,116); }
td.TdClassName
{
border-color: #F84274;
}
.TagClassName
{
border-color: #F84274;
}
</style>