#F68FF2

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

Shades of Violet #F68FF2

Tints of Violet #F68FF2

Color information

#F68FF2 (or 0xF68FF2) is unknown color: approx Violet. HEX triplet: F6, 8F and F2. RGB value is (246,143,242). Sum of RGB (Red+Green+Blue) = 246+143+242=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 143 (56.25% from 255 or 22.66% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68FF2 is #09700D. Grayscale: #B8B8B8. Windows color (decimal): -618510 or 15896566. OLE color: 15896566.

HSL color Cylindrical-coordinate representation of color #F68FF2: hue angle of 302.33º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68FF2 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB246143242-
CMYK00.420.020.04
HSL302.33º85.12%76.27%-
HSV(B)302.33º41.87%96.47%-
XYZ63.8645.6589.45-
YUV185.08160.12171.45-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.99%
GREEN value IS 143 (56.25% from 255) = 22.66%
BLUE value IS 242 (94.92% from 255) = 38.35%
R=38.99%
G=22.66%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614324200.420.020.04302.3385.1276.27
HexF68FF202A2412e554c
Octal36621736205224456125114
Binary11110110100011111111001001010101010010010111010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68FF2; }

 p { color: rgb(246,143,242); }

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

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

 a { background-color: rgb(246,143,242); }

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

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

 span { border-color: rgb(246,143,242); }

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