#F689BA

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

Shades of Persian Pink #F689BA

Tints of Persian Pink #F689BA

Color information

#F689BA (or 0xF689BA) is unknown color: approx Persian Pink. HEX triplet: F6, 89 and BA. RGB value is (246,137,186). Sum of RGB (Red+Green+Blue) = 246+137+186=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F689BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F689BA is #097645. Grayscale: #AFAFAF. Windows color (decimal): -620102 or 12225014. OLE color: 12225014.

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

Color convert

RGB246137186-
CMYK00.440.240.04
HSL333.03º85.83%75.1%-
HSV(B)333.03º44.31%96.47%-
XYZ55.8141.0351.43-
YUV175.18134.11178.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.23%
GREEN value IS 137 (53.91% from 255) = 24.08%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=43.23%
G=24.08%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613718600.440.240.04333.0385.8375.1
HexF689BA02C18414d564b
Octal366211272054304515126113
Binary11110110100010011011101001011001100010010100110110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F689BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F689BA; }

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

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

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

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

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

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

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

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