Shades of Violet #F07FFC
Tints of Violet #F07FFC
RGB
CMYK
RGB Variations
Color information
#F07FFC (or 0xF07FFC) is known color: Violet. HEX triplet: F0, 7F and FC. RGB value is (240,127,252). Sum of RGB (Red+Green+Blue) = 240+127+252=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 127 (50% from 255 or 20.52% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #F07FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07FFC is #0F8003. Grayscale: #AEAEAE. Windows color (decimal): -1015812 or 16547824. OLE color: 16547824.
HSL color Cylindrical-coordinate representation of color #F07FFC: hue angle of 294.24º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07FFC is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 127 | 252 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.01 |
| HSL | 294.24º | 0.95% | 0.74% | - |
| HSV(B) | 294.24º | 0.5% | 0.99% | - |
| XYZ | 61.1 | 40.73 | 96.74 | - |
| YUV | 175.04 | 171.44 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 252 | 0.05 | 0.50 | 0 | 0.01 | 294.24 | 0.95 | 0.74 |
| Hex | F0 | 7F | FC | 5 | 32 | 0 | 1 | 126 | 5F | 4A |
| Octal | 360 | 177 | 374 | 5 | 62 | 0 | 1 | 446 | 137 | 112 |
| Binary | 11110000 | 1111111 | 11111100 | 101 | 110010 | 0 | 1 | 100100110 | 1011111 | 1001010 |
Color Harmonies of #F07FFC
Complementary color
Monochromatic Colors of #F07FFC
Black with #F07FFC
Text Example
Text Example
White with #F07FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07FFC; }
p { color: rgb(240,127,252); }
H1.HeaderClassName
{
color: #F07FFC;
}
.AnyTagClassName
{
color: #F07FFC;
}
</style>
background-color css
<style>
a { background-color: #F07FFC; }
a { background-color: rgb(240,127,252); }
div.DivClassName
{
background-color: #F07FFC;
}
.BgClassName
{
background-color: #F07FFC;
}
</style>
border-color css
<style>
span { border-color: #F07FFC; }
span { border-color: rgb(240,127,252); }
td.TdClassName
{
border-color: #F07FFC;
}
.TagClassName
{
border-color: #F07FFC;
}
</style>