#f094f6

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

Shades of Violet #F094F6

Tints of Violet #F094F6

Color information

#F094F6 (or 0xF094F6) is unknown color: approx Violet. HEX triplet: F0, 94 and F6. RGB value is (240,148,246). Sum of RGB (Red+Green+Blue) = 240+148+246=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 148 (58.20% from 255 or 23.34% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #F094F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F094F6 is #0F6B09. Grayscale: #BABABA. Windows color (decimal): -1010442 or 16159984. OLE color: 16159984.

HSL color Cylindrical-coordinate representation of color #F094F6: hue angle of 296.33º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F094F6 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB240148246-
CMYK0.020.4000.04
HSL296.33º84.48%77.25%-
HSV(B)296.33º39.84%96.47%-
XYZ63.1646.3692.81-
YUV186.68161.48166.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.85%
GREEN value IS 148 (58.20% from 255) = 23.34%
BLUE value IS 246 (96.48% from 255) = 38.80%
R=37.85%
G=23.34%
B=38.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2401482460.020.4000.04296.3384.4877.25
HexF094F622804128544d
Octal36022436625004450124115
Binary11110000100101001111011010101000010010010100010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f094f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f094f6; }

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

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

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

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

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

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

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

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