#F68FB6

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

Shades of Illusion #F68FB6

Tints of Illusion #F68FB6

Color information

#F68FB6 (or 0xF68FB6) is unknown color: approx Illusion. HEX triplet: F6, 8F and B6. RGB value is (246,143,182). Sum of RGB (Red+Green+Blue) = 246+143+182=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FB6 is #097049. Grayscale: #B2B2B2. Windows color (decimal): -618570 or 11964406. OLE color: 11964406.

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

Color convert

RGB246143182-
CMYK00.420.260.04
HSL337.28º85.12%76.27%-
HSV(B)337.28º41.87%96.47%-
XYZ56.2742.6249.52-
YUV178.24130.12176.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.08%
GREEN value IS 143 (56.25% from 255) = 25.04%
BLUE value IS 182 (71.48% from 255) = 31.87%
R=43.08%
G=25.04%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614318200.420.260.04337.2885.1276.27
HexF68FB602A1A4151554c
Octal366217266052324521125114
Binary11110110100011111011011001010101101010010101000110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68FB6; }

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

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

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

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

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

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

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

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