#F59EFC

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

Shades of Violet #F59EFC

Tints of Violet #F59EFC

Color information

#F59EFC (or 0xF59EFC) is unknown color: approx Violet. HEX triplet: F5, 9E and FC. RGB value is (245,158,252). Sum of RGB (Red+Green+Blue) = 245+158+252=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 158 (62.11% from 255 or 24.12% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #F59EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59EFC is #0A6103. Grayscale: #C2C2C2. Windows color (decimal): -680196 or 16555765. OLE color: 16555765.

HSL color Cylindrical-coordinate representation of color #F59EFC: hue angle of 295.53º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59EFC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245158252-
CMYK0.030.3700.01
HSL295.53º94%80.39%-
HSV(B)295.53º37.3%98.82%-
XYZ67.4550.8998.36-
YUV194.73160.32163.86-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.40%
GREEN value IS 158 (62.11% from 255) = 24.12%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=37.40%
G=24.12%
B=38.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451582520.030.3700.01295.539480.39
HexF59EFC325011285e50
Octal36523637434501450136120
Binary111101011001111011111100111001010110010100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59EFC; }

 p { color: rgb(245,158,252); }

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

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

 a { background-color: rgb(245,158,252); }

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

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

 span { border-color: rgb(245,158,252); }

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