#f68afe

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

Shades of Violet #F68AFE

Tints of Violet #F68AFE

Color information

#F68AFE (or 0xF68AFE) is unknown color: approx Violet. HEX triplet: F6, 8A and FE. RGB value is (246,138,254). Sum of RGB (Red+Green+Blue) = 246+138+254=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 138 (54.30% from 255 or 21.63% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #F68AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68AFE is #097501. Grayscale: #B7B7B7. Windows color (decimal): -619778 or 16681718. OLE color: 16681718.

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

Color convert

RGB246138254-
CMYK0.030.4600.00
HSL295.86º98.31%76.86%-
HSV(B)295.86º45.67%99.61%-
XYZ64.9844.9399.01-
YUV183.52167.78172.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.56%
GREEN value IS 138 (54.30% from 255) = 21.63%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=38.56%
G=21.63%
B=39.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2461382540.030.4600.00295.8698.3176.86
HexF68AFE32E00128624d
Octal36621237635600450142115
Binary111101101000101011111110111011100010010100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f68afe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f68afe; }

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

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

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

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

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

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

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

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