Shades of Violet #F285FE
Tints of Violet #F285FE
RGB
CMYK
RGB Variations
Color information
#F285FE (or 0xF285FE) is known color: Violet. HEX triplet: F2, 85 and FE. RGB value is (242,133,254). Sum of RGB (Red+Green+Blue) = 242+133+254=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 133 (52.34% from 255 or 21.14% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #F285FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F285FE is #0D7A01. Grayscale: #B3B3B3. Windows color (decimal): -883202 or 16680434. OLE color: 16680434.
HSL color Cylindrical-coordinate representation of color #F285FE: hue angle of 294.05º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F285FE is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 133 | 254 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.00 |
| HSL | 294.05º | 0.98% | 0.76% | - |
| HSV(B) | 294.05º | 0.48% | 1% | - |
| XYZ | 62.89 | 42.81 | 98.71 | - |
| YUV | 179.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 254 | 0.05 | 0.48 | 0 | 0.00 | 294.05 | 0.98 | 0.76 |
| Hex | F2 | 85 | FE | 5 | 30 | 0 | 0 | 126 | 62 | 4C |
| Octal | 362 | 205 | 376 | 5 | 60 | 0 | 0 | 446 | 142 | 114 |
| Binary | 11110010 | 10000101 | 11111110 | 101 | 110000 | 0 | 0 | 100100110 | 1100010 | 1001100 |
Color Harmonies of #F285FE
Complementary color
Monochromatic Colors of #F285FE
Black with #F285FE
Text Example
Text Example
White with #F285FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F285FE; }
p { color: rgb(242,133,254); }
H1.HeaderClassName
{
color: #F285FE;
}
.AnyTagClassName
{
color: #F285FE;
}
</style>
background-color css
<style>
a { background-color: #F285FE; }
a { background-color: rgb(242,133,254); }
div.DivClassName
{
background-color: #F285FE;
}
.BgClassName
{
background-color: #F285FE;
}
</style>
border-color css
<style>
span { border-color: #F285FE; }
span { border-color: rgb(242,133,254); }
td.TdClassName
{
border-color: #F285FE;
}
.TagClassName
{
border-color: #F285FE;
}
</style>