Shades of Violet #F488FA
Tints of Violet #F488FA
RGB
CMYK
RGB Variations
Color information
#F488FA (or 0xF488FA) is known color: Violet. HEX triplet: F4, 88 and FA. RGB value is (244,136,250). Sum of RGB (Red+Green+Blue) = 244+136+250=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 136 (53.52% from 255 or 21.59% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #F488FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F488FA is #0B7705. Grayscale: #B4B4B4. Windows color (decimal): -751366 or 16419060. OLE color: 16419060.
HSL color Cylindrical-coordinate representation of color #F488FA: hue angle of 296.84º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F488FA is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 136 | 250 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.02 |
| HSL | 296.84º | 0.92% | 0.76% | - |
| HSV(B) | 296.84º | 0.46% | 0.98% | - |
| XYZ | 63.37 | 43.74 | 95.55 | - |
| YUV | 181.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 136 | 250 | 0.02 | 0.46 | 0 | 0.02 | 296.84 | 0.92 | 0.76 |
| Hex | F4 | 88 | FA | 2 | 2E | 0 | 2 | 129 | 5C | 4C |
| Octal | 364 | 210 | 372 | 2 | 56 | 0 | 2 | 451 | 134 | 114 |
| Binary | 11110100 | 10001000 | 11111010 | 10 | 101110 | 0 | 10 | 100101001 | 1011100 | 1001100 |
Color Harmonies of #F488FA
Complementary color
Monochromatic Colors of #F488FA
Black with #F488FA
Text Example
Text Example
White with #F488FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F488FA; }
p { color: rgb(244,136,250); }
H1.HeaderClassName
{
color: #F488FA;
}
.AnyTagClassName
{
color: #F488FA;
}
</style>
background-color css
<style>
a { background-color: #F488FA; }
a { background-color: rgb(244,136,250); }
div.DivClassName
{
background-color: #F488FA;
}
.BgClassName
{
background-color: #F488FA;
}
</style>
border-color css
<style>
span { border-color: #F488FA; }
span { border-color: rgb(244,136,250); }
td.TdClassName
{
border-color: #F488FA;
}
.TagClassName
{
border-color: #F488FA;
}
</style>