#F68AB4

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

Shades of Illusion #F68AB4

Tints of Illusion #F68AB4

Color information

#F68AB4 (or 0xF68AB4) is unknown color: approx Illusion. HEX triplet: F6, 8A and B4. RGB value is (246,138,180). Sum of RGB (Red+Green+Blue) = 246+138+180=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68AB4 is #09754B. Grayscale: #AFAFAF. Windows color (decimal): -619852 or 11832054. OLE color: 11832054.

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

Color convert

RGB246138180-
CMYK00.440.270.04
HSL336.67º85.71%75.29%-
HSV(B)336.67º43.9%96.47%-
XYZ55.3341.0748.19-
YUV175.08130.78178.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.62%
GREEN value IS 138 (54.30% from 255) = 24.47%
BLUE value IS 180 (70.70% from 255) = 31.91%
R=43.62%
G=24.47%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613818000.440.270.04336.6785.7175.29
HexF68AB402C1B4151564b
Octal366212264054334521126113
Binary11110110100010101011010001011001101110010101000110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68AB4; }

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

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

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

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

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

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

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

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