#F68BFB

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

Shades of Violet #F68BFB

Tints of Violet #F68BFB

Color information

#F68BFB (or 0xF68BFB) is unknown color: approx Violet. HEX triplet: F6, 8B and FB. RGB value is (246,139,251). Sum of RGB (Red+Green+Blue) = 246+139+251=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 139 (54.69% from 255 or 21.86% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #F68BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68BFB is #097404. Grayscale: #B7B7B7. Windows color (decimal): -619525 or 16485366. OLE color: 16485366.

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

Color convert

RGB246139251-
CMYK0.020.4500.02
HSL297.32º93.33%76.47%-
HSV(B)297.32º44.62%98.43%-
XYZ64.6545.0296.55-
YUV183.76165.95172.39-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.68%
GREEN value IS 139 (54.69% from 255) = 21.86%
BLUE value IS 251 (98.44% from 255) = 39.47%
R=38.68%
G=21.86%
B=39.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461392510.020.4500.02297.3293.3376.47
HexF68BFB22D021295d4c
Octal36621337325502451135114
Binary1111011010001011111110111010110101010010100110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68BFB; }

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

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

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

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

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

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

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

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