#F094FD

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

Shades of Violet #F094FD

Tints of Violet #F094FD

Color information

#F094FD (or 0xF094FD) is unknown color: approx Violet. HEX triplet: F0, 94 and FD. RGB value is (240,148,253). Sum of RGB (Red+Green+Blue) = 240+148+253=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 148 (58.20% from 255 or 23.09% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #F094FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F094FD is #0F6B02. Grayscale: #BBBBBB. Windows color (decimal): -1010435 or 16618736. OLE color: 16618736.

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

Color convert

RGB240148253-
CMYK0.050.4200.01
HSL292.57º96.33%78.63%-
HSV(B)292.57º41.5%99.22%-
XYZ64.2546.898.57-
YUV187.48164.98165.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.44%
GREEN value IS 148 (58.20% from 255) = 23.09%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=37.44%
G=23.09%
B=39.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401482530.050.4200.01292.5796.3378.63
HexF094FD52A01125604f
Octal36022437555201445140117
Binary1111000010010100111111011011010100110010010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F094FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F094FD; }

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

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

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

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

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

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

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

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