#F595FA

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

Shades of Violet #F595FA

Tints of Violet #F595FA

Color information

#F595FA (or 0xF595FA) is unknown color: approx Violet. HEX triplet: F5, 95 and FA. RGB value is (245,149,250). Sum of RGB (Red+Green+Blue) = 245+149+250=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 149 (58.59% from 255 or 23.14% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #F595FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F595FA is #0A6A05. Grayscale: #BCBCBC. Windows color (decimal): -682502 or 16422389. OLE color: 16422389.

HSL color Cylindrical-coordinate representation of color #F595FA: hue angle of 297.03º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F595FA is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245149250-
CMYK0.020.4000.02
HSL297.03º90.99%78.24%-
HSV(B)297.03º40.4%98.04%-
XYZ65.6647.8196.21-
YUV189.22162.3167.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.04%
GREEN value IS 149 (58.59% from 255) = 23.14%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=38.04%
G=23.14%
B=38.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451492500.020.4000.02297.0390.9978.24
HexF595FA228021295b4e
Octal36522537225002451133116
Binary1111010110010101111110101010100001010010100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F595FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F595FA; }

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

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

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

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

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

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

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

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