Shades of Violet #F08FFB
Tints of Violet #F08FFB
RGB
CMYK
RGB Variations
Color information
#F08FFB (or 0xF08FFB) is known color: Violet. HEX triplet: F0, 8F and FB. RGB value is (240,143,251). Sum of RGB (Red+Green+Blue) = 240+143+251=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 143 (56.25% from 255 or 22.56% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #F08FFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FFB is #0F7004. Grayscale: #B7B7B7. Windows color (decimal): -1011717 or 16486384. OLE color: 16486384.
HSL color Cylindrical-coordinate representation of color #F08FFB: hue angle of 293.89º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08FFB is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 143 | 251 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.02 |
| HSL | 293.89º | 0.93% | 0.77% | - |
| HSV(B) | 293.89º | 0.43% | 0.98% | - |
| XYZ | 63.17 | 45.14 | 96.65 | - |
| YUV | 184.32 | 165.64 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 251 | 0.04 | 0.43 | 0 | 0.02 | 293.89 | 0.93 | 0.77 |
| Hex | F0 | 8F | FB | 4 | 2B | 0 | 2 | 126 | 5D | 4D |
| Octal | 360 | 217 | 373 | 4 | 53 | 0 | 2 | 446 | 135 | 115 |
| Binary | 11110000 | 10001111 | 11111011 | 100 | 101011 | 0 | 10 | 100100110 | 1011101 | 1001101 |
Color Harmonies of #F08FFB
Complementary color
Monochromatic Colors of #F08FFB
Black with #F08FFB
Text Example
Text Example
White with #F08FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FFB; }
p { color: rgb(240,143,251); }
H1.HeaderClassName
{
color: #F08FFB;
}
.AnyTagClassName
{
color: #F08FFB;
}
</style>
background-color css
<style>
a { background-color: #F08FFB; }
a { background-color: rgb(240,143,251); }
div.DivClassName
{
background-color: #F08FFB;
}
.BgClassName
{
background-color: #F08FFB;
}
</style>
border-color css
<style>
span { border-color: #F08FFB; }
span { border-color: rgb(240,143,251); }
td.TdClassName
{
border-color: #F08FFB;
}
.TagClassName
{
border-color: #F08FFB;
}
</style>