#f689b6

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

Shades of Persian Pink #F689B6

Tints of Persian Pink #F689B6

Color information

#F689B6 (or 0xF689B6) is unknown color: approx Persian Pink. HEX triplet: F6, 89 and B6. RGB value is (246,137,182). Sum of RGB (Red+Green+Blue) = 246+137+182=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F689B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F689B6 is #097649. Grayscale: #AEAEAE. Windows color (decimal): -620106 or 11962870. OLE color: 11962870.

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

Color convert

RGB246137182-
CMYK00.440.260.04
HSL335.23º85.83%75.1%-
HSV(B)335.23º44.31%96.47%-
XYZ55.440.8649.22-
YUV174.72132.11178.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.54%
GREEN value IS 137 (53.91% from 255) = 24.25%
BLUE value IS 182 (71.48% from 255) = 32.21%
R=43.54%
G=24.25%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613718200.440.260.04335.2385.8375.1
HexF689B602C1A414f564b
Octal366211266054324517126113
Binary11110110100010011011011001011001101010010100111110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f689b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f689b6; }

 p { color: rgb(246,137,182); }

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

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

 a { background-color: rgb(246,137,182); }

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

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

 span { border-color: rgb(246,137,182); }

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