Shades of Violet #F288FA
Tints of Violet #F288FA
RGB
CMYK
RGB Variations
Color information
#F288FA (or 0xF288FA) is known color: Violet. HEX triplet: F2, 88 and FA. RGB value is (242,136,250). Sum of RGB (Red+Green+Blue) = 242+136+250=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 136 (53.52% from 255 or 21.66% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #F288FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F288FA is #0D7705. Grayscale: #B4B4B4. Windows color (decimal): -882438 or 16419058. OLE color: 16419058.
HSL color Cylindrical-coordinate representation of color #F288FA: hue angle of 295.79º 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 #F288FA is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 136 | 250 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.02 |
| HSL | 295.79º | 0.92% | 0.76% | - |
| HSV(B) | 295.79º | 0.46% | 0.98% | - |
| XYZ | 62.68 | 43.39 | 95.51 | - |
| YUV | 180.69 | 167.12 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 250 | 0.03 | 0.46 | 0 | 0.02 | 295.79 | 0.92 | 0.76 |
| Hex | F2 | 88 | FA | 3 | 2E | 0 | 2 | 128 | 5C | 4C |
| Octal | 362 | 210 | 372 | 3 | 56 | 0 | 2 | 450 | 134 | 114 |
| Binary | 11110010 | 10001000 | 11111010 | 11 | 101110 | 0 | 10 | 100101000 | 1011100 | 1001100 |
Color Harmonies of #F288FA
Complementary color
Monochromatic Colors of #F288FA
Black with #F288FA
Text Example
Text Example
White with #F288FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288FA; }
p { color: rgb(242,136,250); }
H1.HeaderClassName
{
color: #F288FA;
}
.AnyTagClassName
{
color: #F288FA;
}
</style>
background-color css
<style>
a { background-color: #F288FA; }
a { background-color: rgb(242,136,250); }
div.DivClassName
{
background-color: #F288FA;
}
.BgClassName
{
background-color: #F288FA;
}
</style>
border-color css
<style>
span { border-color: #F288FA; }
span { border-color: rgb(242,136,250); }
td.TdClassName
{
border-color: #F288FA;
}
.TagClassName
{
border-color: #F288FA;
}
</style>