#F68BFE

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

Shades of Violet #F68BFE

Tints of Violet #F68BFE

Color information

#F68BFE (or 0xF68BFE) is unknown color: approx Violet. HEX triplet: F6, 8B and FE. RGB value is (246,139,254). Sum of RGB (Red+Green+Blue) = 246+139+254=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 139 (54.69% from 255 or 21.75% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #F68BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68BFE is #097401. Grayscale: #B7B7B7. Windows color (decimal): -619522 or 16681974. OLE color: 16681974.

HSL color Cylindrical-coordinate representation of color #F68BFE: hue angle of 295.83º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F68BFE is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB246139254-
CMYK0.030.4500.00
HSL295.83º98.29%77.06%-
HSV(B)295.83º45.28%99.61%-
XYZ65.1345.2199.06-
YUV184.1167.45172.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.50%
GREEN value IS 139 (54.69% from 255) = 21.75%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=38.50%
G=21.75%
B=39.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2461392540.030.4500.00295.8398.2977.06
HexF68BFE32D00128624d
Octal36621337635500450142115
Binary111101101000101111111110111011010010010100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68BFE; }

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

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

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

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

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

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

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

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