Shades of Violet #F48BFB
Tints of Violet #F48BFB
RGB
CMYK
RGB Variations
Color information
#F48BFB (or 0xF48BFB) is known color: Violet. HEX triplet: F4, 8B and FB. RGB value is (244,139,251). Sum of RGB (Red+Green+Blue) = 244+139+251=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 139 (54.69% from 255 or 21.92% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #F48BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48BFB is #0B7404. Grayscale: #B6B6B6. Windows color (decimal): -750597 or 16485364. OLE color: 16485364.
HSL color Cylindrical-coordinate representation of color #F48BFB: hue angle of 296.25º 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 #F48BFB is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 139 | 251 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.02 |
| HSL | 296.25º | 0.93% | 0.76% | - |
| HSV(B) | 296.25º | 0.45% | 0.98% | - |
| XYZ | 63.95 | 44.66 | 96.52 | - |
| YUV | 183.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 139 | 251 | 0.03 | 0.45 | 0 | 0.02 | 296.25 | 0.93 | 0.76 |
| Hex | F4 | 8B | FB | 3 | 2D | 0 | 2 | 128 | 5D | 4C |
| Octal | 364 | 213 | 373 | 3 | 55 | 0 | 2 | 450 | 135 | 114 |
| Binary | 11110100 | 10001011 | 11111011 | 11 | 101101 | 0 | 10 | 100101000 | 1011101 | 1001100 |
Color Harmonies of #F48BFB
Complementary color
Monochromatic Colors of #F48BFB
Black with #F48BFB
Text Example
Text Example
White with #F48BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48BFB; }
p { color: rgb(244,139,251); }
H1.HeaderClassName
{
color: #F48BFB;
}
.AnyTagClassName
{
color: #F48BFB;
}
</style>
background-color css
<style>
a { background-color: #F48BFB; }
a { background-color: rgb(244,139,251); }
div.DivClassName
{
background-color: #F48BFB;
}
.BgClassName
{
background-color: #F48BFB;
}
</style>
border-color css
<style>
span { border-color: #F48BFB; }
span { border-color: rgb(244,139,251); }
td.TdClassName
{
border-color: #F48BFB;
}
.TagClassName
{
border-color: #F48BFB;
}
</style>