#F68FB4

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

Shades of Illusion #F68FB4

Tints of Illusion #F68FB4

Color information

#F68FB4 (or 0xF68FB4) is unknown color: approx Illusion. HEX triplet: F6, 8F and B4. RGB value is (246,143,180). Sum of RGB (Red+Green+Blue) = 246+143+180=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FB4 is #09704B. Grayscale: #B1B1B1. Windows color (decimal): -618572 or 11833334. OLE color: 11833334.

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

Color convert

RGB246143180-
CMYK00.420.270.04
HSL338.45º85.12%76.27%-
HSV(B)338.45º41.87%96.47%-
XYZ56.0742.5348.43-
YUV178.02129.12176.49-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.23%
GREEN value IS 143 (56.25% from 255) = 25.13%
BLUE value IS 180 (70.70% from 255) = 31.63%
R=43.23%
G=25.13%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614318000.420.270.04338.4585.1276.27
HexF68FB402A1B4152554c
Octal366217264052334522125114
Binary11110110100011111011010001010101101110010101001010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68FB4; }

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

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

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

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

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

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

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

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