#F699FB

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

Shades of Violet #F699FB

Tints of Violet #F699FB

Color information

#F699FB (or 0xF699FB) is unknown color: approx Violet. HEX triplet: F6, 99 and FB. RGB value is (246,153,251). Sum of RGB (Red+Green+Blue) = 246+153+251=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 153 (60.16% from 255 or 23.54% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #F699FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F699FB is #096604. Grayscale: #BFBFBF. Windows color (decimal): -615941 or 16488950. OLE color: 16488950.

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

Color convert

RGB246153251-
CMYK0.020.3900.02
HSL296.94º92.45%79.22%-
HSV(B)296.94º39.04%98.43%-
XYZ66.8149.3497.27-
YUV191.98161.31166.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.85%
GREEN value IS 153 (60.16% from 255) = 23.54%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=37.85%
G=23.54%
B=38.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461532510.020.3900.02296.9492.4579.22
HexF699FB227021295c4f
Octal36623137324702451134117
Binary1111011010011001111110111010011101010010100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F699FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F699FB; }

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

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

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

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

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

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

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

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