Shades of Violet #F285FA
Tints of Violet #F285FA
RGB
CMYK
RGB Variations
Color information
#F285FA (or 0xF285FA) is known color: Violet. HEX triplet: F2, 85 and FA. RGB value is (242,133,250). Sum of RGB (Red+Green+Blue) = 242+133+250=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 133 (52.34% from 255 or 21.28% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #F285FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F285FA is #0D7A05. Grayscale: #B2B2B2. Windows color (decimal): -883206 or 16418290. OLE color: 16418290.
HSL color Cylindrical-coordinate representation of color #F285FA: hue angle of 295.9º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F285FA is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 133 | 250 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.02 |
| HSL | 295.9º | 0.92% | 0.75% | - |
| HSV(B) | 295.9º | 0.47% | 0.98% | - |
| XYZ | 62.26 | 42.55 | 95.37 | - |
| YUV | 178.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 250 | 0.03 | 0.47 | 0 | 0.02 | 295.9 | 0.92 | 0.75 |
| Hex | F2 | 85 | FA | 3 | 2F | 0 | 2 | 128 | 5C | 4B |
| Octal | 362 | 205 | 372 | 3 | 57 | 0 | 2 | 450 | 134 | 113 |
| Binary | 11110010 | 10000101 | 11111010 | 11 | 101111 | 0 | 10 | 100101000 | 1011100 | 1001011 |
Color Harmonies of #F285FA
Complementary color
Monochromatic Colors of #F285FA
Black with #F285FA
Text Example
Text Example
White with #F285FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F285FA; }
p { color: rgb(242,133,250); }
H1.HeaderClassName
{
color: #F285FA;
}
.AnyTagClassName
{
color: #F285FA;
}
</style>
background-color css
<style>
a { background-color: #F285FA; }
a { background-color: rgb(242,133,250); }
div.DivClassName
{
background-color: #F285FA;
}
.BgClassName
{
background-color: #F285FA;
}
</style>
border-color css
<style>
span { border-color: #F285FA; }
span { border-color: rgb(242,133,250); }
td.TdClassName
{
border-color: #F285FA;
}
.TagClassName
{
border-color: #F285FA;
}
</style>