#F595FC

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

Shades of Violet #F595FC

Tints of Violet #F595FC

Color information

#F595FC (or 0xF595FC) is unknown color: approx Violet. HEX triplet: F5, 95 and FC. RGB value is (245,149,252). Sum of RGB (Red+Green+Blue) = 245+149+252=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 149 (58.59% from 255 or 23.07% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #F595FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F595FC is #0A6A03. Grayscale: #BDBDBD. Windows color (decimal): -682500 or 16553461. OLE color: 16553461.

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

Color convert

RGB245149252-
CMYK0.030.4100.01
HSL295.92º94.5%78.63%-
HSV(B)295.92º40.87%98.82%-
XYZ65.9747.9497.87-
YUV189.45163.3167.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.93%
GREEN value IS 149 (58.59% from 255) = 23.07%
BLUE value IS 252 (98.83% from 255) = 39.01%
R=37.93%
G=23.07%
B=39.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451492520.030.4100.01295.9294.578.63
HexF595FC329011285e4f
Octal36522537435101450136117
Binary111101011001010111111100111010010110010100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F595FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F595FC; }

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

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

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

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

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

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

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

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