#F091FB

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

Shades of Violet #F091FB

Tints of Violet #F091FB

Color information

#F091FB (or 0xF091FB) is unknown color: approx Violet. HEX triplet: F0, 91 and FB. RGB value is (240,145,251). Sum of RGB (Red+Green+Blue) = 240+145+251=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 145 (57.03% from 255 or 22.80% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #F091FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F091FB is #0F6E04. Grayscale: #B9B9B9. Windows color (decimal): -1011205 or 16486896. OLE color: 16486896.

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

Color convert

RGB240145251-
CMYK0.040.4200.02
HSL293.77º92.98%77.65%-
HSV(B)293.77º42.23%98.43%-
XYZ63.4745.7496.75-
YUV185.49164.97166.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 145 (57.03% from 255) = 22.80%
BLUE value IS 251 (98.44% from 255) = 39.47%
R=37.74%
G=22.80%
B=39.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401452510.040.4200.02293.7792.9877.65
HexF091FB42A021265d4e
Octal36022137345202446135116
Binary11110000100100011111101110010101001010010011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F091FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F091FB; }

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

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

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

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

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

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

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

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