Shades of Violet #F288FF
Tints of Violet #F288FF
RGB
CMYK
RGB Variations
Color information
#F288FF (or 0xF288FF) is known color: Violet. HEX triplet: F2, 88 and FF. RGB value is (242,136,255). Sum of RGB (Red+Green+Blue) = 242+136+255=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 136 (53.52% from 255 or 21.48% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #F288FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F288FF is #0D7700. Grayscale: #B4B4B4. Windows color (decimal): -882433 or 16746738. OLE color: 16746738.
HSL color Cylindrical-coordinate representation of color #F288FF: hue angle of 293.45º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F288FF is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 136 | 255 | - |
| CMYK | 0.05 | 0.47 | 0 | 0 |
| HSL | 293.45º | 1% | 0.77% | - |
| HSV(B) | 293.45º | 0.47% | 1% | - |
| XYZ | 63.47 | 43.71 | 99.7 | - |
| YUV | 181.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 255 | 0.05 | 0.47 | 0 | 0 | 293.45 | 1 | 0.77 |
| Hex | F2 | 88 | FF | 5 | 2F | 0 | 0 | 125 | 64 | 4D |
| Octal | 362 | 210 | 377 | 5 | 57 | 0 | 0 | 445 | 144 | 115 |
| Binary | 11110010 | 10001000 | 11111111 | 101 | 101111 | 0 | 0 | 100100101 | 1100100 | 1001101 |
Color Harmonies of #F288FF
Complementary color
Monochromatic Colors of #F288FF
Black with #F288FF
Text Example
Text Example
White with #F288FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288FF; }
p { color: rgb(242,136,255); }
H1.HeaderClassName
{
color: #F288FF;
}
.AnyTagClassName
{
color: #F288FF;
}
</style>
background-color css
<style>
a { background-color: #F288FF; }
a { background-color: rgb(242,136,255); }
div.DivClassName
{
background-color: #F288FF;
}
.BgClassName
{
background-color: #F288FF;
}
</style>
border-color css
<style>
span { border-color: #F288FF; }
span { border-color: rgb(242,136,255); }
td.TdClassName
{
border-color: #F288FF;
}
.TagClassName
{
border-color: #F288FF;
}
</style>