Shades of Violet #F28BFB
Tints of Violet #F28BFB
RGB
CMYK
RGB Variations
Color information
#F28BFB (or 0xF28BFB) is known color: Violet. HEX triplet: F2, 8B and FB. RGB value is (242,139,251). Sum of RGB (Red+Green+Blue) = 242+139+251=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 139 (54.69% from 255 or 21.99% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #F28BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28BFB is #0D7404. Grayscale: #B6B6B6. Windows color (decimal): -881669 or 16485362. OLE color: 16485362.
HSL color Cylindrical-coordinate representation of color #F28BFB: hue angle of 295.18º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F28BFB is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 139 | 251 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.02 |
| HSL | 295.18º | 0.93% | 0.76% | - |
| HSV(B) | 295.18º | 0.45% | 0.98% | - |
| XYZ | 63.26 | 44.31 | 96.48 | - |
| YUV | 182.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 251 | 0.04 | 0.45 | 0 | 0.02 | 295.18 | 0.93 | 0.76 |
| Hex | F2 | 8B | FB | 4 | 2D | 0 | 2 | 127 | 5D | 4C |
| Octal | 362 | 213 | 373 | 4 | 55 | 0 | 2 | 447 | 135 | 114 |
| Binary | 11110010 | 10001011 | 11111011 | 100 | 101101 | 0 | 10 | 100100111 | 1011101 | 1001100 |
Color Harmonies of #F28BFB
Complementary color
Monochromatic Colors of #F28BFB
Black with #F28BFB
Text Example
Text Example
White with #F28BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BFB; }
p { color: rgb(242,139,251); }
H1.HeaderClassName
{
color: #F28BFB;
}
.AnyTagClassName
{
color: #F28BFB;
}
</style>
background-color css
<style>
a { background-color: #F28BFB; }
a { background-color: rgb(242,139,251); }
div.DivClassName
{
background-color: #F28BFB;
}
.BgClassName
{
background-color: #F28BFB;
}
</style>
border-color css
<style>
span { border-color: #F28BFB; }
span { border-color: rgb(242,139,251); }
td.TdClassName
{
border-color: #F28BFB;
}
.TagClassName
{
border-color: #F28BFB;
}
</style>