Shades of Violet #F87BF4
Tints of Violet #F87BF4
RGB
CMYK
RGB Variations
Color information
#F87BF4 (or 0xF87BF4) is known color: Violet. HEX triplet: F8, 7B and F4. RGB value is (248,123,244). Sum of RGB (Red+Green+Blue) = 248+123+244=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 123 (48.44% from 255 or 20% from 615); Blue value is 244 (95.70% from 255 or 39.67% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F87BF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87BF4 is #07840B. Grayscale: #ADADAD. Windows color (decimal): -492556 or 16022520. OLE color: 16022520.
HSL color Cylindrical-coordinate representation of color #F87BF4: hue angle of 301.92º 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 #F87BF4 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 244 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.03 |
| HSL | 301.92º | 0.9% | 0.73% | - |
| HSV(B) | 301.92º | 0.5% | 0.97% | - |
| XYZ | 62.12 | 40.65 | 90.16 | - |
| YUV | 174.17 | 167.41 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 244 | 0 | 0.50 | 0.02 | 0.03 | 301.92 | 0.9 | 0.73 |
| Hex | F8 | 7B | F4 | 0 | 32 | 2 | 3 | 12E | 5A | 49 |
| Octal | 370 | 173 | 364 | 0 | 62 | 2 | 3 | 456 | 132 | 111 |
| Binary | 11111000 | 1111011 | 11110100 | 0 | 110010 | 10 | 11 | 100101110 | 1011010 | 1001001 |
Color Harmonies of #F87BF4
Complementary color
Monochromatic Colors of #F87BF4
Black with #F87BF4
Text Example
Text Example
White with #F87BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87BF4; }
p { color: rgb(248,123,244); }
H1.HeaderClassName
{
color: #F87BF4;
}
.AnyTagClassName
{
color: #F87BF4;
}
</style>
background-color css
<style>
a { background-color: #F87BF4; }
a { background-color: rgb(248,123,244); }
div.DivClassName
{
background-color: #F87BF4;
}
.BgClassName
{
background-color: #F87BF4;
}
</style>
border-color css
<style>
span { border-color: #F87BF4; }
span { border-color: rgb(248,123,244); }
td.TdClassName
{
border-color: #F87BF4;
}
.TagClassName
{
border-color: #F87BF4;
}
</style>