#F076F6

Color #F076F6 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #F076F6

Tints of Violet #F076F6

Color information

#F076F6 (or 0xF076F6) is unknown color: approx Violet. HEX triplet: F0, 76 and F6. RGB value is (240,118,246). Sum of RGB (Red+Green+Blue) = 240+118+246=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 118 (46.48% from 255 or 19.54% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #F076F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F076F6 is #0F8909. Grayscale: #A8A8A8. Windows color (decimal): -1018122 or 16152304. OLE color: 16152304.

HSL color Cylindrical-coordinate representation of color #F076F6: hue angle of 297.19º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F076F6 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB240118246-
CMYK0.020.5200.04
HSL297.19º87.67%71.37%-
HSV(B)297.19º52.03%96.47%-
XYZ59.0538.1491.44-
YUV169.07171.42178.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 39.74%
GREEN value IS 118 (46.48% from 255) = 19.54%
BLUE value IS 246 (96.48% from 255) = 40.73%
R=39.74%
G=19.54%
B=40.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2401182460.020.5200.04297.1987.6771.37
HexF076F6234041295847
Octal36016636626404451130107
Binary1111000011101101111011010110100010010010100110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F076F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F076F6; }

 p { color: rgb(240,118,246); }

 H1.HeaderClassName
 {
   color: #F076F6;
 }
 .AnyTagClassName
 {
   color: #F076F6;
 }
</style>
background-color css

<style>
 a { background-color: #F076F6; }

 a { background-color: rgb(240,118,246); }

 div.DivClassName
 {
   background-color: #F076F6;
 }
 .BgClassName
 {
   background-color: #F076F6;
 }
</style>
border-color css

<style>
 span { border-color: #F076F6; }

 span { border-color: rgb(240,118,246); }

 td.TdClassName
 {
   border-color: #F076F6;
 }
 .TagClassName
 {
   border-color: #F076F6;
 }
</style>