Shades of Violet #F87DF3
Tints of Violet #F87DF3
RGB
CMYK
RGB Variations
Color information
#F87DF3 (or 0xF87DF3) is known color: Violet. HEX triplet: F8, 7D and F3. RGB value is (248,125,243). Sum of RGB (Red+Green+Blue) = 248+125+243=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 125 (49.22% from 255 or 20.29% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87DF3 is #07820C. Grayscale: #AEAEAE. Windows color (decimal): -492045 or 15957496. OLE color: 15957496.
HSL color Cylindrical-coordinate representation of color #F87DF3: hue angle of 302.44º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87DF3 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 243 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.03 |
| HSL | 302.44º | 0.9% | 0.73% | - |
| HSV(B) | 302.44º | 0.5% | 0.97% | - |
| XYZ | 62.22 | 41.09 | 89.45 | - |
| YUV | 175.23 | 166.25 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 243 | 0 | 0.50 | 0.02 | 0.03 | 302.44 | 0.9 | 0.73 |
| Hex | F8 | 7D | F3 | 0 | 32 | 2 | 3 | 12E | 5A | 49 |
| Octal | 370 | 175 | 363 | 0 | 62 | 2 | 3 | 456 | 132 | 111 |
| Binary | 11111000 | 1111101 | 11110011 | 0 | 110010 | 10 | 11 | 100101110 | 1011010 | 1001001 |
Color Harmonies of #F87DF3
Complementary color
Monochromatic Colors of #F87DF3
Black with #F87DF3
Text Example
Text Example
White with #F87DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87DF3; }
p { color: rgb(248,125,243); }
H1.HeaderClassName
{
color: #F87DF3;
}
.AnyTagClassName
{
color: #F87DF3;
}
</style>
background-color css
<style>
a { background-color: #F87DF3; }
a { background-color: rgb(248,125,243); }
div.DivClassName
{
background-color: #F87DF3;
}
.BgClassName
{
background-color: #F87DF3;
}
</style>
border-color css
<style>
span { border-color: #F87DF3; }
span { border-color: rgb(248,125,243); }
td.TdClassName
{
border-color: #F87DF3;
}
.TagClassName
{
border-color: #F87DF3;
}
</style>