#F59BFE

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

Shades of Violet #F59BFE

Tints of Violet #F59BFE

Color information

#F59BFE (or 0xF59BFE) is unknown color: approx Violet. HEX triplet: F5, 9B and FE. RGB value is (245,155,254). Sum of RGB (Red+Green+Blue) = 245+155+254=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 155 (60.94% from 255 or 23.70% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #F59BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59BFE is #0A6401. Grayscale: #C0C0C0. Windows color (decimal): -680962 or 16686069. OLE color: 16686069.

HSL color Cylindrical-coordinate representation of color #F59BFE: hue angle of 294.55º 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 #F59BFE is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB245155254-
CMYK0.040.3900.00
HSL294.55º98.02%80.2%-
HSV(B)294.55º38.98%99.61%-
XYZ67.2750.0199.87-
YUV193.2162.32164.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.46%
GREEN value IS 155 (60.94% from 255) = 23.70%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=37.46%
G=23.70%
B=38.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2451552540.040.3900.00294.5598.0280.2
HexF59BFE427001276250
Octal36523337644700447142120
Binary1111010110011011111111101001001110010010011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59BFE; }

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

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

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

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

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

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

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

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