Shades of Violet #F28BED
Tints of Violet #F28BED
RGB
CMYK
RGB Variations
Color information
#F28BED (or 0xF28BED) is known color: Violet. HEX triplet: F2, 8B and ED. RGB value is (242,139,237). Sum of RGB (Red+Green+Blue) = 242+139+237=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 139 (54.69% from 255 or 22.49% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28BED is #0D7412. Grayscale: #B4B4B4. Windows color (decimal): -881683 or 15567858. OLE color: 15567858.
HSL color Cylindrical-coordinate representation of color #F28BED: hue angle of 302.91º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28BED is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 237 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.05 |
| HSL | 302.91º | 0.8% | 0.75% | - |
| HSV(B) | 302.91º | 0.43% | 0.95% | - |
| XYZ | 61.14 | 43.46 | 85.29 | - |
| YUV | 180.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 237 | 0 | 0.43 | 0.02 | 0.05 | 302.91 | 0.8 | 0.75 |
| Hex | F2 | 8B | ED | 0 | 2B | 2 | 5 | 12F | 50 | 4B |
| Octal | 362 | 213 | 355 | 0 | 53 | 2 | 5 | 457 | 120 | 113 |
| Binary | 11110010 | 10001011 | 11101101 | 0 | 101011 | 10 | 101 | 100101111 | 1010000 | 1001011 |
Color Harmonies of #F28BED
Complementary color
Monochromatic Colors of #F28BED
Black with #F28BED
Text Example
Text Example
White with #F28BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BED; }
p { color: rgb(242,139,237); }
H1.HeaderClassName
{
color: #F28BED;
}
.AnyTagClassName
{
color: #F28BED;
}
</style>
background-color css
<style>
a { background-color: #F28BED; }
a { background-color: rgb(242,139,237); }
div.DivClassName
{
background-color: #F28BED;
}
.BgClassName
{
background-color: #F28BED;
}
</style>
border-color css
<style>
span { border-color: #F28BED; }
span { border-color: rgb(242,139,237); }
td.TdClassName
{
border-color: #F28BED;
}
.TagClassName
{
border-color: #F28BED;
}
</style>