Shades of Violet #F088FB
Tints of Violet #F088FB
RGB
CMYK
RGB Variations
Color information
#F088FB (or 0xF088FB) is known color: Violet. HEX triplet: F0, 88 and FB. RGB value is (240,136,251). Sum of RGB (Red+Green+Blue) = 240+136+251=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 136 (53.52% from 255 or 21.69% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #F088FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F088FB is #0F7704. Grayscale: #B3B3B3. Windows color (decimal): -1013509 or 16484592. OLE color: 16484592.
HSL color Cylindrical-coordinate representation of color #F088FB: hue angle of 294.26º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F088FB is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 136 | 251 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.02 |
| HSL | 294.26º | 0.93% | 0.76% | - |
| HSV(B) | 294.26º | 0.46% | 0.98% | - |
| XYZ | 62.15 | 43.1 | 96.31 | - |
| YUV | 180.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 251 | 0.04 | 0.46 | 0 | 0.02 | 294.26 | 0.93 | 0.76 |
| Hex | F0 | 88 | FB | 4 | 2E | 0 | 2 | 126 | 5D | 4C |
| Octal | 360 | 210 | 373 | 4 | 56 | 0 | 2 | 446 | 135 | 114 |
| Binary | 11110000 | 10001000 | 11111011 | 100 | 101110 | 0 | 10 | 100100110 | 1011101 | 1001100 |
Color Harmonies of #F088FB
Complementary color
Monochromatic Colors of #F088FB
Black with #F088FB
Text Example
Text Example
White with #F088FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088FB; }
p { color: rgb(240,136,251); }
H1.HeaderClassName
{
color: #F088FB;
}
.AnyTagClassName
{
color: #F088FB;
}
</style>
background-color css
<style>
a { background-color: #F088FB; }
a { background-color: rgb(240,136,251); }
div.DivClassName
{
background-color: #F088FB;
}
.BgClassName
{
background-color: #F088FB;
}
</style>
border-color css
<style>
span { border-color: #F088FB; }
span { border-color: rgb(240,136,251); }
td.TdClassName
{
border-color: #F088FB;
}
.TagClassName
{
border-color: #F088FB;
}
</style>