#F68BB4

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

Shades of Illusion #F68BB4

Tints of Illusion #F68BB4

Color information

#F68BB4 (or 0xF68BB4) is unknown color: approx Illusion. HEX triplet: F6, 8B and B4. RGB value is (246,139,180). Sum of RGB (Red+Green+Blue) = 246+139+180=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BB4 is #09744B. Grayscale: #AFAFAF. Windows color (decimal): -619596 or 11832310. OLE color: 11832310.

HSL color Cylindrical-coordinate representation of color #F68BB4: hue angle of 337.01º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68BB4 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB246139180-
CMYK00.430.270.04
HSL337.01º85.6%75.49%-
HSV(B)337.01º43.5%96.47%-
XYZ55.4841.3548.24-
YUV175.67130.45178.17-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.54%
GREEN value IS 139 (54.69% from 255) = 24.60%
BLUE value IS 180 (70.70% from 255) = 31.86%
R=43.54%
G=24.60%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613918000.430.270.04337.0185.675.49
HexF68BB402B1B4151564b
Octal366213264053334521126113
Binary11110110100010111011010001010111101110010101000110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68BB4; }

 p { color: rgb(246,139,180); }

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

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

 a { background-color: rgb(246,139,180); }

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

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

 span { border-color: rgb(246,139,180); }

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