#F699FD

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

Shades of Violet #F699FD

Tints of Violet #F699FD

Color information

#F699FD (or 0xF699FD) is unknown color: approx Violet. HEX triplet: F6, 99 and FD. RGB value is (246,153,253). Sum of RGB (Red+Green+Blue) = 246+153+253=652 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.73% from 652); Green value is 153 (60.16% from 255 or 23.47% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #F699FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F699FD is #096602. Grayscale: #BFBFBF. Windows color (decimal): -615939 or 16620022. OLE color: 16620022.

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

Color convert

RGB246153253-
CMYK0.030.4000.01
HSL295.8º96.15%79.61%-
HSV(B)295.8º39.53%99.22%-
XYZ67.1349.4798.94-
YUV192.21162.31166.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.73%
GREEN value IS 153 (60.16% from 255) = 23.47%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=37.73%
G=23.47%
B=38.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2461532530.030.4000.01295.896.1579.61
HexF699FD328011286050
Octal36623137535001450140120
Binary111101101001100111111101111010000110010100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F699FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F699FD; }

 p { color: rgb(246,153,253); }

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

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

 a { background-color: rgb(246,153,253); }

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

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

 span { border-color: rgb(246,153,253); }

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