#F59DFD

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

Shades of Violet #F59DFD

Tints of Violet #F59DFD

Color information

#F59DFD (or 0xF59DFD) is unknown color: approx Violet. HEX triplet: F5, 9D and FD. RGB value is (245,157,253). Sum of RGB (Red+Green+Blue) = 245+157+253=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 157 (61.72% from 255 or 23.97% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #F59DFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59DFD is #0A6202. Grayscale: #C1C1C1. Windows color (decimal): -680451 or 16621045. OLE color: 16621045.

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

Color convert

RGB245157253-
CMYK0.030.3800.01
HSL295º96%80.39%-
HSV(B)295º37.94%99.22%-
XYZ67.4450.6299.14-
YUV194.26161.15164.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.40%
GREEN value IS 157 (61.72% from 255) = 23.97%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=37.40%
G=23.97%
B=38.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451572530.030.3800.012959680.39
HexF59DFD326011276050
Octal36523537534601447140120
Binary111101011001110111111101111001100110010011111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59DFD; }

 p { color: rgb(245,157,253); }

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

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

 a { background-color: rgb(245,157,253); }

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

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

 span { border-color: rgb(245,157,253); }

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