#F595FF

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

Shades of Violet #F595FF

Tints of Violet #F595FF

Color information

#F595FF (or 0xF595FF) is unknown color: approx Violet. HEX triplet: F5, 95 and FF. RGB value is (245,149,255). Sum of RGB (Red+Green+Blue) = 245+149+255=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 149 (58.59% from 255 or 22.96% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #F595FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F595FF is #0A6A00. Grayscale: #BDBDBD. Windows color (decimal): -682497 or 16750069. OLE color: 16750069.

HSL color Cylindrical-coordinate representation of color #F595FF: hue angle of 294.34º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F595FF is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB245149255-
CMYK0.040.4200
HSL294.34º100%79.22%-
HSV(B)294.34º41.57%100%-
XYZ66.4548.13100.39-
YUV189.79164.8167.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.75%
GREEN value IS 149 (58.59% from 255) = 22.96%
BLUE value IS 255 (100% from 255) = 39.29%
R=37.75%
G=22.96%
B=39.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451492550.040.4200294.3410079.22
HexF595FF42A00126644f
Octal36522537745200446144117
Binary1111010110010101111111111001010100010010011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F595FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F595FF; }

 p { color: rgb(245,149,255); }

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

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

 a { background-color: rgb(245,149,255); }

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

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

 span { border-color: rgb(245,149,255); }

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