Shades of Violet #F28BF7
Tints of Violet #F28BF7
RGB
CMYK
RGB Variations
Color information
#F28BF7 (or 0xF28BF7) is known color: Violet. HEX triplet: F2, 8B and F7. RGB value is (242,139,247). Sum of RGB (Red+Green+Blue) = 242+139+247=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 139 (54.69% from 255 or 22.13% from 628); Blue value is 247 (96.88% from 255 or 39.33% from 628); Max value from RGB is 247 - color contains mainly: blue. Hex color #F28BF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28BF7 is #0D7408. Grayscale: #B5B5B5. Windows color (decimal): -881673 or 16223218. OLE color: 16223218.
HSL color Cylindrical-coordinate representation of color #F28BF7: hue angle of 297.22º degrees, saturation: 0.87, 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 #F28BF7 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 139 | 247 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.03 |
| HSL | 297.22º | 0.87% | 0.76% | - |
| HSV(B) | 297.22º | 0.44% | 0.97% | - |
| XYZ | 62.64 | 44.06 | 93.2 | - |
| YUV | 182.11 | 164.62 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 247 | 0.02 | 0.44 | 0 | 0.03 | 297.22 | 0.87 | 0.76 |
| Hex | F2 | 8B | F7 | 2 | 2C | 0 | 3 | 129 | 57 | 4C |
| Octal | 362 | 213 | 367 | 2 | 54 | 0 | 3 | 451 | 127 | 114 |
| Binary | 11110010 | 10001011 | 11110111 | 10 | 101100 | 0 | 11 | 100101001 | 1010111 | 1001100 |
Color Harmonies of #F28BF7
Complementary color
Monochromatic Colors of #F28BF7
Black with #F28BF7
Text Example
Text Example
White with #F28BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BF7; }
p { color: rgb(242,139,247); }
H1.HeaderClassName
{
color: #F28BF7;
}
.AnyTagClassName
{
color: #F28BF7;
}
</style>
background-color css
<style>
a { background-color: #F28BF7; }
a { background-color: rgb(242,139,247); }
div.DivClassName
{
background-color: #F28BF7;
}
.BgClassName
{
background-color: #F28BF7;
}
</style>
border-color css
<style>
span { border-color: #F28BF7; }
span { border-color: rgb(242,139,247); }
td.TdClassName
{
border-color: #F28BF7;
}
.TagClassName
{
border-color: #F28BF7;
}
</style>