Shades of Violet #F278F8
Tints of Violet #F278F8
RGB
CMYK
RGB Variations
Color information
#F278F8 (or 0xF278F8) is known color: Violet. HEX triplet: F2, 78 and F8. RGB value is (242,120,248). Sum of RGB (Red+Green+Blue) = 242+120+248=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 120 (47.27% from 255 or 19.67% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #F278F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F278F8 is #0D8707. Grayscale: #AAAAAA. Windows color (decimal): -886536 or 16283890. OLE color: 16283890.
HSL color Cylindrical-coordinate representation of color #F278F8: hue angle of 297.19º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F278F8 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 120 | 248 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.03 |
| HSL | 297.19º | 0.9% | 0.72% | - |
| HSV(B) | 297.19º | 0.52% | 0.97% | - |
| XYZ | 60.28 | 39.09 | 93.17 | - |
| YUV | 171.07 | 171.42 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 248 | 0.02 | 0.52 | 0 | 0.03 | 297.19 | 0.9 | 0.72 |
| Hex | F2 | 78 | F8 | 2 | 34 | 0 | 3 | 129 | 5A | 48 |
| Octal | 362 | 170 | 370 | 2 | 64 | 0 | 3 | 451 | 132 | 110 |
| Binary | 11110010 | 1111000 | 11111000 | 10 | 110100 | 0 | 11 | 100101001 | 1011010 | 1001000 |
Color Harmonies of #F278F8
Complementary color
Monochromatic Colors of #F278F8
Black with #F278F8
Text Example
Text Example
White with #F278F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F278F8; }
p { color: rgb(242,120,248); }
H1.HeaderClassName
{
color: #F278F8;
}
.AnyTagClassName
{
color: #F278F8;
}
</style>
background-color css
<style>
a { background-color: #F278F8; }
a { background-color: rgb(242,120,248); }
div.DivClassName
{
background-color: #F278F8;
}
.BgClassName
{
background-color: #F278F8;
}
</style>
border-color css
<style>
span { border-color: #F278F8; }
span { border-color: rgb(242,120,248); }
td.TdClassName
{
border-color: #F278F8;
}
.TagClassName
{
border-color: #F278F8;
}
</style>