Shades of Violet #F288FC
Tints of Violet #F288FC
RGB
CMYK
RGB Variations
Color information
#F288FC (or 0xF288FC) is known color: Violet. HEX triplet: F2, 88 and FC. RGB value is (242,136,252). Sum of RGB (Red+Green+Blue) = 242+136+252=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 136 (53.52% from 255 or 21.59% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #F288FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F288FC is #0D7703. Grayscale: #B4B4B4. Windows color (decimal): -882436 or 16550130. OLE color: 16550130.
HSL color Cylindrical-coordinate representation of color #F288FC: hue angle of 294.83º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F288FC is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 136 | 252 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.01 |
| HSL | 294.83º | 0.95% | 0.76% | - |
| HSV(B) | 294.83º | 0.46% | 0.99% | - |
| XYZ | 62.99 | 43.51 | 97.17 | - |
| YUV | 180.92 | 168.12 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 252 | 0.04 | 0.46 | 0 | 0.01 | 294.83 | 0.95 | 0.76 |
| Hex | F2 | 88 | FC | 4 | 2E | 0 | 1 | 127 | 5F | 4C |
| Octal | 362 | 210 | 374 | 4 | 56 | 0 | 1 | 447 | 137 | 114 |
| Binary | 11110010 | 10001000 | 11111100 | 100 | 101110 | 0 | 1 | 100100111 | 1011111 | 1001100 |
Color Harmonies of #F288FC
Complementary color
Monochromatic Colors of #F288FC
Black with #F288FC
Text Example
Text Example
White with #F288FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288FC; }
p { color: rgb(242,136,252); }
H1.HeaderClassName
{
color: #F288FC;
}
.AnyTagClassName
{
color: #F288FC;
}
</style>
background-color css
<style>
a { background-color: #F288FC; }
a { background-color: rgb(242,136,252); }
div.DivClassName
{
background-color: #F288FC;
}
.BgClassName
{
background-color: #F288FC;
}
</style>
border-color css
<style>
span { border-color: #F288FC; }
span { border-color: rgb(242,136,252); }
td.TdClassName
{
border-color: #F288FC;
}
.TagClassName
{
border-color: #F288FC;
}
</style>