Shades of Violet #F288FD
Tints of Violet #F288FD
RGB
CMYK
RGB Variations
Color information
#F288FD (or 0xF288FD) is known color: Violet. HEX triplet: F2, 88 and FD. RGB value is (242,136,253). Sum of RGB (Red+Green+Blue) = 242+136+253=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 136 (53.52% from 255 or 21.55% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #F288FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F288FD is #0D7702. Grayscale: #B4B4B4. Windows color (decimal): -882435 or 16615666. OLE color: 16615666.
HSL color Cylindrical-coordinate representation of color #F288FD: hue angle of 294.36º degrees, saturation: 0.97, 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 #F288FD is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 136 | 253 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.01 |
| HSL | 294.36º | 0.97% | 0.76% | - |
| HSV(B) | 294.36º | 0.46% | 0.99% | - |
| XYZ | 63.15 | 43.58 | 98.01 | - |
| YUV | 181.03 | 168.62 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 253 | 0.04 | 0.46 | 0 | 0.01 | 294.36 | 0.97 | 0.76 |
| Hex | F2 | 88 | FD | 4 | 2E | 0 | 1 | 126 | 61 | 4C |
| Octal | 362 | 210 | 375 | 4 | 56 | 0 | 1 | 446 | 141 | 114 |
| Binary | 11110010 | 10001000 | 11111101 | 100 | 101110 | 0 | 1 | 100100110 | 1100001 | 1001100 |
Color Harmonies of #F288FD
Complementary color
Monochromatic Colors of #F288FD
Black with #F288FD
Text Example
Text Example
White with #F288FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288FD; }
p { color: rgb(242,136,253); }
H1.HeaderClassName
{
color: #F288FD;
}
.AnyTagClassName
{
color: #F288FD;
}
</style>
background-color css
<style>
a { background-color: #F288FD; }
a { background-color: rgb(242,136,253); }
div.DivClassName
{
background-color: #F288FD;
}
.BgClassName
{
background-color: #F288FD;
}
</style>
border-color css
<style>
span { border-color: #F288FD; }
span { border-color: rgb(242,136,253); }
td.TdClassName
{
border-color: #F288FD;
}
.TagClassName
{
border-color: #F288FD;
}
</style>