#F09BFE

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

Shades of Violet #F09BFE

Tints of Violet #F09BFE

Color information

#F09BFE (or 0xF09BFE) is unknown color: approx Violet. HEX triplet: F0, 9B and FE. RGB value is (240,155,254). Sum of RGB (Red+Green+Blue) = 240+155+254=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 155 (60.94% from 255 or 23.88% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #F09BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09BFE is #0F6401. Grayscale: #BFBFBF. Windows color (decimal): -1008642 or 16686064. OLE color: 16686064.

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

Color convert

RGB240155254-
CMYK0.060.3900.00
HSL291.52º98.02%80.2%-
HSV(B)291.52º38.98%99.61%-
XYZ65.5549.1299.79-
YUV191.7163.16162.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.98%
GREEN value IS 155 (60.94% from 255) = 23.88%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=36.98%
G=23.88%
B=39.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401552540.060.3900.00291.5298.0280.2
HexF09BFE627001246250
Octal36023337664700444142120
Binary1111000010011011111111101101001110010010010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09BFE; }

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

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

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

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

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

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

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

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