#F69FBA

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

Shades of Illusion #F69FBA

Tints of Illusion #F69FBA

Color information

#F69FBA (or 0xF69FBA) is unknown color: approx Illusion. HEX triplet: F6, 9F and BA. RGB value is (246,159,186). Sum of RGB (Red+Green+Blue) = 246+159+186=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F69FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69FBA is #096045. Grayscale: #BCBCBC. Windows color (decimal): -614470 or 12230646. OLE color: 12230646.

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

Color convert

RGB246159186-
CMYK00.350.240.04
HSL341.38º82.86%79.41%-
HSV(B)341.38º35.37%96.47%-
XYZ59.2747.9352.58-
YUV188.09126.82169.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.62%
GREEN value IS 159 (62.5% from 255) = 26.90%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=41.62%
G=26.90%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615918600.350.240.04341.3882.8679.41
HexF69FBA023184155534f
Octal366237272043304525123117
Binary11110110100111111011101001000111100010010101010110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69FBA; }

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

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

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

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

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

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

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

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