#F595F8

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

Shades of Violet #F595F8

Tints of Violet #F595F8

Color information

#F595F8 (or 0xF595F8) is unknown color: approx Violet. HEX triplet: F5, 95 and F8. RGB value is (245,149,248). Sum of RGB (Red+Green+Blue) = 245+149+248=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 149 (58.59% from 255 or 23.21% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #F595F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F595F8 is #0A6A07. Grayscale: #BCBCBC. Windows color (decimal): -682504 or 16291317. OLE color: 16291317.

HSL color Cylindrical-coordinate representation of color #F595F8: hue angle of 298.18º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F595F8 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB245149248-
CMYK0.010.4000.03
HSL298.18º87.61%77.84%-
HSV(B)298.18º39.92%97.25%-
XYZ65.3547.6894.57-
YUV188.99161.3167.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.16%
GREEN value IS 149 (58.59% from 255) = 23.21%
BLUE value IS 248 (97.27% from 255) = 38.63%
R=38.16%
G=23.21%
B=38.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2451492480.010.4000.03298.1887.6177.84
HexF595F81280312a584e
Octal36522537015003452130116
Binary111101011001010111111000110100001110010101010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F595F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F595F8; }

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

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

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

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

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

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

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

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