Shades of Violet #F08FF4
Tints of Violet #F08FF4
RGB
CMYK
RGB Variations
Color information
#F08FF4 (or 0xF08FF4) is known color: Violet. HEX triplet: F0, 8F and F4. RGB value is (240,143,244). Sum of RGB (Red+Green+Blue) = 240+143+244=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 143 (56.25% from 255 or 22.81% from 627); Blue value is 244 (95.70% from 255 or 38.92% from 627); Max value from RGB is 244 - color contains mainly: blue. Hex color #F08FF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FF4 is #0F700B. Grayscale: #B7B7B7. Windows color (decimal): -1011724 or 16027632. OLE color: 16027632.
HSL color Cylindrical-coordinate representation of color #F08FF4: hue angle of 297.62º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08FF4 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 143 | 244 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.04 |
| HSL | 297.62º | 0.82% | 0.76% | - |
| HSV(B) | 297.62º | 0.41% | 0.96% | - |
| XYZ | 62.09 | 44.7 | 90.94 | - |
| YUV | 183.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 244 | 0.02 | 0.41 | 0 | 0.04 | 297.62 | 0.82 | 0.76 |
| Hex | F0 | 8F | F4 | 2 | 29 | 0 | 4 | 12A | 52 | 4C |
| Octal | 360 | 217 | 364 | 2 | 51 | 0 | 4 | 452 | 122 | 114 |
| Binary | 11110000 | 10001111 | 11110100 | 10 | 101001 | 0 | 100 | 100101010 | 1010010 | 1001100 |
Color Harmonies of #F08FF4
Complementary color
Monochromatic Colors of #F08FF4
Black with #F08FF4
Text Example
Text Example
White with #F08FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FF4; }
p { color: rgb(240,143,244); }
H1.HeaderClassName
{
color: #F08FF4;
}
.AnyTagClassName
{
color: #F08FF4;
}
</style>
background-color css
<style>
a { background-color: #F08FF4; }
a { background-color: rgb(240,143,244); }
div.DivClassName
{
background-color: #F08FF4;
}
.BgClassName
{
background-color: #F08FF4;
}
</style>
border-color css
<style>
span { border-color: #F08FF4; }
span { border-color: rgb(240,143,244); }
td.TdClassName
{
border-color: #F08FF4;
}
.TagClassName
{
border-color: #F08FF4;
}
</style>