Shades of Violet #F48BFA
Tints of Violet #F48BFA
RGB
CMYK
RGB Variations
Color information
#F48BFA (or 0xF48BFA) is known color: Violet. HEX triplet: F4, 8B and FA. RGB value is (244,139,250). Sum of RGB (Red+Green+Blue) = 244+139+250=633 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.55% from 633); Green value is 139 (54.69% from 255 or 21.96% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #F48BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48BFA is #0B7405. Grayscale: #B6B6B6. Windows color (decimal): -750598 or 16419828. OLE color: 16419828.
HSL color Cylindrical-coordinate representation of color #F48BFA: hue angle of 296.76º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F48BFA is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 139 | 250 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.02 |
| HSL | 296.76º | 0.92% | 0.76% | - |
| HSV(B) | 296.76º | 0.44% | 0.98% | - |
| XYZ | 63.8 | 44.6 | 95.69 | - |
| YUV | 183.05 | 165.79 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 139 | 250 | 0.02 | 0.44 | 0 | 0.02 | 296.76 | 0.92 | 0.76 |
| Hex | F4 | 8B | FA | 2 | 2C | 0 | 2 | 129 | 5C | 4C |
| Octal | 364 | 213 | 372 | 2 | 54 | 0 | 2 | 451 | 134 | 114 |
| Binary | 11110100 | 10001011 | 11111010 | 10 | 101100 | 0 | 10 | 100101001 | 1011100 | 1001100 |
Color Harmonies of #F48BFA
Complementary color
Monochromatic Colors of #F48BFA
Black with #F48BFA
Text Example
Text Example
White with #F48BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48BFA; }
p { color: rgb(244,139,250); }
H1.HeaderClassName
{
color: #F48BFA;
}
.AnyTagClassName
{
color: #F48BFA;
}
</style>
background-color css
<style>
a { background-color: #F48BFA; }
a { background-color: rgb(244,139,250); }
div.DivClassName
{
background-color: #F48BFA;
}
.BgClassName
{
background-color: #F48BFA;
}
</style>
border-color css
<style>
span { border-color: #F48BFA; }
span { border-color: rgb(244,139,250); }
td.TdClassName
{
border-color: #F48BFA;
}
.TagClassName
{
border-color: #F48BFA;
}
</style>