#F091FE

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

Shades of Violet #F091FE

Tints of Violet #F091FE

Color information

#F091FE (or 0xF091FE) is unknown color: approx Violet. HEX triplet: F0, 91 and FE. RGB value is (240,145,254). Sum of RGB (Red+Green+Blue) = 240+145+254=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 145 (57.03% from 255 or 22.69% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #F091FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F091FE is #0F6E01. Grayscale: #B9B9B9. Windows color (decimal): -1011202 or 16683504. OLE color: 16683504.

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

Color convert

RGB240145254-
CMYK0.060.4300.00
HSL292.29º98.2%78.24%-
HSV(B)292.29º42.91%99.61%-
XYZ63.9545.9399.26-
YUV185.83166.47166.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.56%
GREEN value IS 145 (57.03% from 255) = 22.69%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=37.56%
G=22.69%
B=39.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401452540.060.4300.00292.2998.278.24
HexF091FE62B00124624e
Octal36022137665300444142116
Binary1111000010010001111111101101010110010010010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F091FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F091FE; }

 p { color: rgb(240,145,254); }

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

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

 a { background-color: rgb(240,145,254); }

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

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

 span { border-color: rgb(240,145,254); }

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