#F094F9

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

Shades of Violet #F094F9

Tints of Violet #F094F9

Color information

#F094F9 (or 0xF094F9) is unknown color: approx Violet. HEX triplet: F0, 94 and F9. RGB value is (240,148,249). Sum of RGB (Red+Green+Blue) = 240+148+249=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 148 (58.20% from 255 or 23.23% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #F094F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F094F9 is #0F6B06. Grayscale: #BABABA. Windows color (decimal): -1010439 or 16356592. OLE color: 16356592.

HSL color Cylindrical-coordinate representation of color #F094F9: hue angle of 294.65º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F094F9 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240148249-
CMYK0.040.4100.02
HSL294.65º89.38%77.84%-
HSV(B)294.65º40.56%97.65%-
XYZ63.6246.5495.25-
YUV187.02162.98165.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.68%
GREEN value IS 148 (58.20% from 255) = 23.23%
BLUE value IS 249 (97.66% from 255) = 39.09%
R=37.68%
G=23.23%
B=39.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401482490.040.4100.02294.6589.3877.84
HexF094F942902127594e
Octal36022437145102447131116
Binary11110000100101001111100110010100101010010011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F094F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F094F9; }

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

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

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

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

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

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

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

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