#F094FF

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

Shades of Violet #F094FF

Tints of Violet #F094FF

Color information

#F094FF (or 0xF094FF) is unknown color: approx Violet. HEX triplet: F0, 94 and FF. RGB value is (240,148,255). Sum of RGB (Red+Green+Blue) = 240+148+255=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 148 (58.20% from 255 or 23.02% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #F094FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F094FF is #0F6B00. Grayscale: #BBBBBB. Windows color (decimal): -1010433 or 16749808. OLE color: 16749808.

HSL color Cylindrical-coordinate representation of color #F094FF: hue angle of 291.59º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F094FF is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB240148255-
CMYK0.060.4200
HSL291.59º100%79.02%-
HSV(B)291.59º41.96%100%-
XYZ64.5846.93100.26-
YUV187.71165.98165.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.33%
GREEN value IS 148 (58.20% from 255) = 23.02%
BLUE value IS 255 (100% from 255) = 39.66%
R=37.33%
G=23.02%
B=39.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401482550.060.4200291.5910079.02
HexF094FF62A00124644f
Octal36022437765200444144117
Binary1111000010010100111111111101010100010010010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F094FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F094FF; }

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

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

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

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

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

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

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

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