Shades of Violet #F28BF8
Tints of Violet #F28BF8
RGB
CMYK
RGB Variations
Color information
#F28BF8 (or 0xF28BF8) is known color: Violet. HEX triplet: F2, 8B and F8. RGB value is (242,139,248). Sum of RGB (Red+Green+Blue) = 242+139+248=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 139 (54.69% from 255 or 22.10% from 629); Blue value is 248 (97.27% from 255 or 39.43% from 629); Max value from RGB is 248 - color contains mainly: blue. Hex color #F28BF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28BF8 is #0D7407. Grayscale: #B5B5B5. Windows color (decimal): -881672 or 16288754. OLE color: 16288754.
HSL color Cylindrical-coordinate representation of color #F28BF8: hue angle of 296.7º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F28BF8 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 139 | 248 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.03 |
| HSL | 296.7º | 0.89% | 0.76% | - |
| HSV(B) | 296.7º | 0.44% | 0.97% | - |
| XYZ | 62.79 | 44.12 | 94.01 | - |
| YUV | 182.22 | 165.12 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 248 | 0.02 | 0.44 | 0 | 0.03 | 296.7 | 0.89 | 0.76 |
| Hex | F2 | 8B | F8 | 2 | 2C | 0 | 3 | 129 | 59 | 4C |
| Octal | 362 | 213 | 370 | 2 | 54 | 0 | 3 | 451 | 131 | 114 |
| Binary | 11110010 | 10001011 | 11111000 | 10 | 101100 | 0 | 11 | 100101001 | 1011001 | 1001100 |
Color Harmonies of #F28BF8
Complementary color
Monochromatic Colors of #F28BF8
Black with #F28BF8
Text Example
Text Example
White with #F28BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BF8; }
p { color: rgb(242,139,248); }
H1.HeaderClassName
{
color: #F28BF8;
}
.AnyTagClassName
{
color: #F28BF8;
}
</style>
background-color css
<style>
a { background-color: #F28BF8; }
a { background-color: rgb(242,139,248); }
div.DivClassName
{
background-color: #F28BF8;
}
.BgClassName
{
background-color: #F28BF8;
}
</style>
border-color css
<style>
span { border-color: #F28BF8; }
span { border-color: rgb(242,139,248); }
td.TdClassName
{
border-color: #F28BF8;
}
.TagClassName
{
border-color: #F28BF8;
}
</style>