Shades of Violet #F188FA
Tints of Violet #F188FA
RGB
CMYK
RGB Variations
Color information
#F188FA (or 0xF188FA) is known color: Violet. HEX triplet: F1, 88 and FA. RGB value is (241,136,250). Sum of RGB (Red+Green+Blue) = 241+136+250=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 136 (53.52% from 255 or 21.69% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #F188FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F188FA is #0E7705. Grayscale: #B4B4B4. Windows color (decimal): -947974 or 16419057. OLE color: 16419057.
HSL color Cylindrical-coordinate representation of color #F188FA: hue angle of 295.26º 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 #F188FA is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 136 | 250 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.02 |
| HSL | 295.26º | 0.92% | 0.76% | - |
| HSV(B) | 295.26º | 0.46% | 0.98% | - |
| XYZ | 62.34 | 43.21 | 95.5 | - |
| YUV | 180.39 | 167.29 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 250 | 0.04 | 0.46 | 0 | 0.02 | 295.26 | 0.92 | 0.76 |
| Hex | F1 | 88 | FA | 4 | 2E | 0 | 2 | 127 | 5C | 4C |
| Octal | 361 | 210 | 372 | 4 | 56 | 0 | 2 | 447 | 134 | 114 |
| Binary | 11110001 | 10001000 | 11111010 | 100 | 101110 | 0 | 10 | 100100111 | 1011100 | 1001100 |
Color Harmonies of #F188FA
Complementary color
Monochromatic Colors of #F188FA
Black with #F188FA
Text Example
Text Example
White with #F188FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F188FA; }
p { color: rgb(241,136,250); }
H1.HeaderClassName
{
color: #F188FA;
}
.AnyTagClassName
{
color: #F188FA;
}
</style>
background-color css
<style>
a { background-color: #F188FA; }
a { background-color: rgb(241,136,250); }
div.DivClassName
{
background-color: #F188FA;
}
.BgClassName
{
background-color: #F188FA;
}
</style>
border-color css
<style>
span { border-color: #F188FA; }
span { border-color: rgb(241,136,250); }
td.TdClassName
{
border-color: #F188FA;
}
.TagClassName
{
border-color: #F188FA;
}
</style>