#F091FC

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

Shades of Violet #F091FC

Tints of Violet #F091FC

Color information

#F091FC (or 0xF091FC) is unknown color: approx Violet. HEX triplet: F0, 91 and FC. RGB value is (240,145,252). Sum of RGB (Red+Green+Blue) = 240+145+252=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 145 (57.03% from 255 or 22.76% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #F091FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F091FC is #0F6E03. Grayscale: #B9B9B9. Windows color (decimal): -1011204 or 16552432. OLE color: 16552432.

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

Color convert

RGB240145252-
CMYK0.050.4200.01
HSL293.27º94.69%77.84%-
HSV(B)293.27º42.46%98.82%-
XYZ63.6345.897.58-
YUV185.6165.47166.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.68%
GREEN value IS 145 (57.03% from 255) = 22.76%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=37.68%
G=22.76%
B=39.56%

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
Decimal2401452520.050.4200.01293.2794.6977.84
HexF091FC52A011255f4e
Octal36022137455201445137116
Binary1111000010010001111111001011010100110010010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F091FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F091FC; }

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

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

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

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

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

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

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

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