#F69FB0

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

Shades of Illusion #F69FB0

Tints of Illusion #F69FB0

Color information

#F69FB0 (or 0xF69FB0) is unknown color: approx Illusion. HEX triplet: F6, 9F and B0. RGB value is (246,159,176). Sum of RGB (Red+Green+Blue) = 246+159+176=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F69FB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69FB0 is #09604F. Grayscale: #BABABA. Windows color (decimal): -614480 or 11575286. OLE color: 11575286.

HSL color Cylindrical-coordinate representation of color #F69FB0: hue angle of 348.28º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F69FB0 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB246159176-
CMYK00.350.280.04
HSL348.28º82.86%79.41%-
HSV(B)348.28º35.37%96.47%-
XYZ58.2447.5247.18-
YUV186.95121.82170.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.34%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 176 (69.14% from 255) = 30.29%
R=42.34%
G=27.37%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615917600.350.280.04348.2882.8679.41
HexF69FB00231C415c534f
Octal366237260043344534123117
Binary11110110100111111011000001000111110010010101110010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69FB0; }

 p { color: rgb(246,159,176); }

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

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

 a { background-color: rgb(246,159,176); }

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

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

 span { border-color: rgb(246,159,176); }

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