#F68DFA

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

Shades of Violet #F68DFA

Tints of Violet #F68DFA

Color information

#F68DFA (or 0xF68DFA) is unknown color: approx Violet. HEX triplet: F6, 8D and FA. RGB value is (246,141,250). Sum of RGB (Red+Green+Blue) = 246+141+250=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 141 (55.47% from 255 or 22.14% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #F68DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68DFA is #097205. Grayscale: #B8B8B8. Windows color (decimal): -619014 or 16420342. OLE color: 16420342.

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

Color convert

RGB246141250-
CMYK0.020.4400.02
HSL297.8º91.6%76.67%-
HSV(B)297.8º43.6%98.04%-
XYZ64.7945.5495.82-
YUV184.82164.79171.64-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.62%
GREEN value IS 141 (55.47% from 255) = 22.14%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=38.62%
G=22.14%
B=39.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461412500.020.4400.02297.891.676.67
HexF68DFA22C0212a5c4d
Octal36621537225402452134115
Binary1111011010001101111110101010110001010010101010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68DFA; }

 p { color: rgb(246,141,250); }

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

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

 a { background-color: rgb(246,141,250); }

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

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

 span { border-color: rgb(246,141,250); }

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