#F695F9

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

Shades of Violet #F695F9

Tints of Violet #F695F9

Color information

#F695F9 (or 0xF695F9) is unknown color: approx Violet. HEX triplet: F6, 95 and F9. RGB value is (246,149,249). Sum of RGB (Red+Green+Blue) = 246+149+249=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 149 (58.59% from 255 or 23.14% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #F695F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F695F9 is #096A06. Grayscale: #BDBDBD. Windows color (decimal): -616967 or 16356854. OLE color: 16356854.

HSL color Cylindrical-coordinate representation of color #F695F9: hue angle of 298.2º degrees, saturation: 0.89, 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 #F695F9 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246149249-
CMYK0.010.4000.02
HSL298.2º89.29%78.04%-
HSV(B)298.2º40.16%97.65%-
XYZ65.8547.9395.4-
YUV189.4161.64168.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.20%
GREEN value IS 149 (58.59% from 255) = 23.14%
BLUE value IS 249 (97.66% from 255) = 38.66%
R=38.20%
G=23.14%
B=38.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461492490.010.4000.02298.289.2978.04
HexF695F91280212a594e
Octal36622537115002452131116
Binary111101101001010111111001110100001010010101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F695F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F695F9; }

 p { color: rgb(246,149,249); }

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

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

 a { background-color: rgb(246,149,249); }

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

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

 span { border-color: rgb(246,149,249); }

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