#F695F8

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

Shades of Violet #F695F8

Tints of Violet #F695F8

Color information

#F695F8 (or 0xF695F8) is unknown color: approx Violet. HEX triplet: F6, 95 and F8. RGB value is (246,149,248). Sum of RGB (Red+Green+Blue) = 246+149+248=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 149 (58.59% from 255 or 23.17% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #F695F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F695F8 is #096A07. Grayscale: #BCBCBC. Windows color (decimal): -616968 or 16291318. OLE color: 16291318.

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

Color convert

RGB246149248-
CMYK0.010.4000.03
HSL298.79º87.61%77.84%-
HSV(B)298.79º39.92%97.25%-
XYZ65.747.8794.58-
YUV189.29161.14168.45-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.26%
GREEN value IS 149 (58.59% from 255) = 23.17%
BLUE value IS 248 (97.27% from 255) = 38.57%
R=38.26%
G=23.17%
B=38.57%

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
Decimal2461492480.010.4000.03298.7987.6177.84
HexF695F81280312b584e
Octal36622537015003453130116
Binary111101101001010111111000110100001110010101110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F695F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F695F8; }

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

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

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

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

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

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

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

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