#F699FC

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

Shades of Violet #F699FC

Tints of Violet #F699FC

Color information

#F699FC (or 0xF699FC) is unknown color: approx Violet. HEX triplet: F6, 99 and FC. RGB value is (246,153,252). Sum of RGB (Red+Green+Blue) = 246+153+252=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 153 (60.16% from 255 or 23.50% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #F699FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F699FC is #096603. Grayscale: #BFBFBF. Windows color (decimal): -615940 or 16554486. OLE color: 16554486.

HSL color Cylindrical-coordinate representation of color #F699FC: hue angle of 296.36º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F699FC is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246153252-
CMYK0.020.3900.01
HSL296.36º94.29%79.41%-
HSV(B)296.36º39.29%98.82%-
XYZ66.9749.498.1-
YUV192.09161.81166.45-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.79%
GREEN value IS 153 (60.16% from 255) = 23.50%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=37.79%
G=23.50%
B=38.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2461532520.020.3900.01296.3694.2979.41
HexF699FC227011285e4f
Octal36623137424701450136117
Binary111101101001100111111100101001110110010100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F699FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F699FC; }

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

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

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

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

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

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

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

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