#F68FB1

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

Shades of Illusion #F68FB1

Tints of Illusion #F68FB1

Color information

#F68FB1 (or 0xF68FB1) is unknown color: approx Illusion. HEX triplet: F6, 8F and B1. RGB value is (246,143,177). Sum of RGB (Red+Green+Blue) = 246+143+177=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68FB1 is #09704E. Grayscale: #B1B1B1. Windows color (decimal): -618575 or 11636726. OLE color: 11636726.

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

Color convert

RGB246143177-
CMYK00.420.280.04
HSL340.19º85.12%76.27%-
HSV(B)340.19º41.87%96.47%-
XYZ55.7642.4146.84-
YUV177.67127.62176.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.46%
GREEN value IS 143 (56.25% from 255) = 25.27%
BLUE value IS 177 (69.53% from 255) = 31.27%
R=43.46%
G=25.27%
B=31.27%

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
Decimal24614317700.420.280.04340.1985.1276.27
HexF68FB102A1C4154554c
Octal366217261052344524125114
Binary11110110100011111011000101010101110010010101010010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68FB1; }

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

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

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

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

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

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

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

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