Shades of Violet Red #F83F90
Tints of Violet Red #F83F90
RGB
CMYK
RGB Variations
Color information
#F83F90 (or 0xF83F90) is known color: Violet Red. HEX triplet: F8, 3F and 90. RGB value is (248,63,144). Sum of RGB (Red+Green+Blue) = 248+63+144=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83F90 is #07C06F. Grayscale: #7F7F7F. Windows color (decimal): -508016 or 9453560. OLE color: 9453560.
HSL color Cylindrical-coordinate representation of color #F83F90: hue angle of 333.73º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83F90 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 144 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.03 |
| HSL | 333.73º | 0.93% | 0.61% | - |
| HSV(B) | 333.73º | 0.75% | 0.97% | - |
| XYZ | 45.52 | 25.53 | 28.91 | - |
| YUV | 127.55 | 137.29 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 144 | 0 | 0.75 | 0.42 | 0.03 | 333.73 | 0.93 | 0.61 |
| Hex | F8 | 3F | 90 | 0 | 4B | 2A | 3 | 14E | 5D | 3D |
| Octal | 370 | 77 | 220 | 0 | 113 | 52 | 3 | 516 | 135 | 75 |
| Binary | 11111000 | 111111 | 10010000 | 0 | 1001011 | 101010 | 11 | 101001110 | 1011101 | 111101 |
Color Harmonies of #F83F90
Complementary color
Monochromatic Colors of #F83F90
Black with #F83F90
Text Example
Text Example
White with #F83F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83F90; }
p { color: rgb(248,63,144); }
H1.HeaderClassName
{
color: #F83F90;
}
.AnyTagClassName
{
color: #F83F90;
}
</style>
background-color css
<style>
a { background-color: #F83F90; }
a { background-color: rgb(248,63,144); }
div.DivClassName
{
background-color: #F83F90;
}
.BgClassName
{
background-color: #F83F90;
}
</style>
border-color css
<style>
span { border-color: #F83F90; }
span { border-color: rgb(248,63,144); }
td.TdClassName
{
border-color: #F83F90;
}
.TagClassName
{
border-color: #F83F90;
}
</style>