#F68FB2

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

Shades of Illusion #F68FB2

Tints of Illusion #F68FB2

Color information

#F68FB2 (or 0xF68FB2) is unknown color: approx Illusion. HEX triplet: F6, 8F and B2. RGB value is (246,143,178). Sum of RGB (Red+Green+Blue) = 246+143+178=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68FB2 is #09704D. Grayscale: #B1B1B1. Windows color (decimal): -618574 or 11702262. OLE color: 11702262.

HSL color Cylindrical-coordinate representation of color #F68FB2: hue angle of 339.61º 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 #F68FB2 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB246143178-
CMYK00.420.280.04
HSL339.61º85.12%76.27%-
HSV(B)339.61º41.87%96.47%-
XYZ55.8642.4547.37-
YUV177.79128.12176.65-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.39%
GREEN value IS 143 (56.25% from 255) = 25.22%
BLUE value IS 178 (69.92% from 255) = 31.39%
R=43.39%
G=25.22%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614317800.420.280.04339.6185.1276.27
HexF68FB202A1C4154554c
Octal366217262052344524125114
Binary11110110100011111011001001010101110010010101010010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68FB2; }

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

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

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

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

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

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

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

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