#F094FC

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

Shades of Violet #F094FC

Tints of Violet #F094FC

Color information

#F094FC (or 0xF094FC) is unknown color: approx Violet. HEX triplet: F0, 94 and FC. RGB value is (240,148,252). Sum of RGB (Red+Green+Blue) = 240+148+252=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 148 (58.20% from 255 or 23.12% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #F094FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F094FC is #0F6B03. Grayscale: #BBBBBB. Windows color (decimal): -1010436 or 16553200. OLE color: 16553200.

HSL color Cylindrical-coordinate representation of color #F094FC: hue angle of 293.08º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F094FC is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240148252-
CMYK0.050.4100.01
HSL293.08º94.55%78.43%-
HSV(B)293.08º41.27%98.82%-
XYZ64.146.7397.74-
YUV187.36164.48165.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.5%
GREEN value IS 148 (58.20% from 255) = 23.12%
BLUE value IS 252 (98.83% from 255) = 39.38%
R=37.5%
G=23.12%
B=39.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401482520.050.4100.01293.0894.5578.43
HexF094FC529011255f4e
Octal36022437455101445137116
Binary1111000010010100111111001011010010110010010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F094FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F094FC; }

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

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

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

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

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

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

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

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