#F68CFB

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

Shades of Violet #F68CFB

Tints of Violet #F68CFB

Color information

#F68CFB (or 0xF68CFB) is unknown color: approx Violet. HEX triplet: F6, 8C and FB. RGB value is (246,140,251). Sum of RGB (Red+Green+Blue) = 246+140+251=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 140 (55.08% from 255 or 21.98% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #F68CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68CFB is #097304. Grayscale: #B8B8B8. Windows color (decimal): -619269 or 16485622. OLE color: 16485622.

HSL color Cylindrical-coordinate representation of color #F68CFB: hue angle of 297.3º degrees, saturation: 0.93, 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 #F68CFB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246140251-
CMYK0.020.4400.02
HSL297.3º93.28%76.67%-
HSV(B)297.3º44.22%98.43%-
XYZ64.845.3196.6-
YUV184.35165.62171.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.62%
GREEN value IS 140 (55.08% from 255) = 21.98%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=38.62%
G=21.98%
B=39.40%

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
Decimal2461402510.020.4400.02297.393.2876.67
HexF68CFB22C021295d4d
Octal36621437325402451135115
Binary1111011010001100111110111010110001010010100110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68CFB; }

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

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

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

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

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

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

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

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